Skip to content

Commit 872f574

Browse files
authored
Merge branch 'master' into add-burrows-wheeler-transform
2 parents a8c0155 + b6a0787 commit 872f574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ used_underscore_binding = { level = "allow", priority = 1 }
6767
ref_option = { level = "allow", priority = 1 }
6868
unnecessary_semicolon = { level = "allow", priority = 1 }
6969
ignore_without_reason = { level = "allow", priority = 1 }
70+
large_stack_arrays = { level = "allow", priority = 1 }
7071
# restriction-lints:
7172
absolute_paths = { level = "allow", priority = 1 }
7273
arithmetic_side_effects = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)