Skip to content

Commit 097f549

Browse files
committed
chore: suppress arbitrary_source_item_ordering
1 parent d4c3126 commit 097f549

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
@@ -145,6 +145,7 @@ cfg_not_test = { level = "allow", priority = 1 }
145145
field_scoped_visibility_modifiers = { level = "allow", priority = 1 }
146146
unused_trait_names = { level = "allow", priority = 1 }
147147
used_underscore_items = { level = "allow", priority = 1 }
148+
arbitrary_source_item_ordering = { level = "allow", priority = 1 }
148149
# nursery-lints:
149150
branches_sharing_code = { level = "allow", priority = 1 }
150151
cognitive_complexity = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)