Skip to content

Commit

Permalink
chore: Don't warn on unsafe
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
epage committed Mar 28, 2024
1 parent 314eef7 commit 6a9d2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6a9d2bf

Please sign in to comment.