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.
1 parent d4c3126 commit c162aa9Copy full SHA for c162aa9
Cargo.toml
@@ -145,6 +145,8 @@ cfg_not_test = { level = "allow", priority = 1 }
145
field_scoped_visibility_modifiers = { level = "allow", priority = 1 }
146
unused_trait_names = { level = "allow", priority = 1 }
147
used_underscore_items = { level = "allow", priority = 1 }
148
+arbitrary_source_item_ordering = { level = "allow", priority = 1 }
149
+map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
150
# nursery-lints:
151
branches_sharing_code = { level = "allow", priority = 1 }
152
cognitive_complexity = { level = "allow", priority = 1 }
0 commit comments