mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
chore(ci): Don't check for unused crates
This commit is contained in:
parent
9258d9af7b
commit
2714cca7c3
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ rust_2018_idioms = "warn"
|
||||||
unreachable_pub = "warn"
|
unreachable_pub = "warn"
|
||||||
unsafe_op_in_unsafe_fn = "warn"
|
unsafe_op_in_unsafe_fn = "warn"
|
||||||
unsafe_code = "warn"
|
unsafe_code = "warn"
|
||||||
unused_crate_dependencies = "warn"
|
|
||||||
unused_lifetimes = "warn"
|
unused_lifetimes = "warn"
|
||||||
unused_macro_rules = "warn"
|
unused_macro_rules = "warn"
|
||||||
unused_qualifications = "warn"
|
unused_qualifications = "warn"
|
||||||
|
|
Loading…
Reference in a new issue