We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bb43a0 + c162aa9 commit 4e542bbCopy full SHA for 4e542bb
Cargo.toml
@@ -144,6 +144,8 @@ cfg_not_test = { level = "allow", priority = 1 }
144
field_scoped_visibility_modifiers = { level = "allow", priority = 1 }
145
unused_trait_names = { level = "allow", priority = 1 }
146
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 }
149
# nursery-lints:
150
branches_sharing_code = { level = "allow", priority = 1 }
151
cognitive_complexity = { level = "allow", priority = 1 }
0 commit comments