mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00: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"
|
||||
unreachable_pub = "warn"
|
||||
unsafe_op_in_unsafe_fn = "warn"
|
||||
unsafe_code = "warn"
|
||||
unused_lifetimes = "warn"
|
||||
unused_macro_rules = "warn"
|
||||
unused_qualifications = "warn"
|
||||
|
|
Loading…
Reference in a new issue