mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
chore: Don't warn on unsafe
This works well when a package is a safe abstraction but to universally apply in a template to all members of a workspace doesn't make sense.
This commit is contained in:
parent
314eef7f5f
commit
6a9d2bf50f
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ missing_docs = "warn"
|
||||||
rust_2018_idioms = "warn"
|
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"
|
|
||||||
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