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:
Ed Page 2024-03-28 12:45:57 -05:00
parent 314eef7f5f
commit 6a9d2bf50f

View file

@ -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"