Skip to content

Commit 7fb8b23

Browse files
committed
Ignore some warnings
1 parent 34c907a commit 7fb8b23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,14 @@ multiple-crate-versions = { level = "allow", priority = 1 }
7575
pedantic = "warn"
7676
cloned_instead_of_copied = { level = "allow", priority = 1 }
7777
default_trait_access = { level = "allow", priority = 1 }
78+
ignored_unit_patterns = { level = "allow", priority = 1 }
7879
missing-errors-doc = { level = "allow", priority = 1 }
7980
missing-panics-doc = { level = "allow", priority = 1 }
8081
must_use_candidate = { level = "allow", priority = 1 }
8182
similar-names = { level = "allow", priority = 1 }
8283
struct-excessive-bools = { level = "allow", priority = 1 }
8384
too_many_lines = { level = "allow", priority = 1 }
85+
unnecessary_wraps = { level = "allow", priority = 1 }
8486
unused_async = { level = "allow", priority = 1 }
8587

8688
# Lints from `restriction` group

0 commit comments

Comments
 (0)