Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c162aa9

Browse files
authored
chore: suppress new clippy lints (TheAlgorithms#865)
1 parent d4c3126 commit c162aa9

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
@@ -145,6 +145,8 @@ 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 }
149+
map_with_unused_argument_over_ranges = { level = "allow", priority = 1 }
148150
# nursery-lints:
149151
branches_sharing_code = { level = "allow", priority = 1 }
150152
cognitive_complexity = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)