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.
arbitrary_source_item_ordering
1 parent d4c3126 commit 097f549Copy full SHA for 097f549
Cargo.toml
@@ -145,6 +145,7 @@ 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
# nursery-lints:
150
branches_sharing_code = { level = "allow", priority = 1 }
151
cognitive_complexity = { level = "allow", priority = 1 }
0 commit comments