Skip to content

Commit 4e542bb

Browse files
authored
Merge branch 'master' into remove_rand_chacha_dep
2 parents 1bb43a0 + c162aa9 commit 4e542bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ cfg_not_test = { level = "allow", priority = 1 }
144144
field_scoped_visibility_modifiers = { level = "allow", priority = 1 }
145145
unused_trait_names = { level = "allow", priority = 1 }
146146
used_underscore_items = { level = "allow", priority = 1 }
147+
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
148+
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
147149
# nursery-lints:
148150
branches_sharing_code = { level = "allow", priority = 1 }
149151
cognitive_complexity = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)