Skip to content

Commit 6a9d2bf

Browse files
committed
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.
1 parent 314eef7 commit 6a9d2bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ missing_docs = "warn"
2424
rust_2018_idioms = "warn"
2525
unreachable_pub = "warn"
2626
unsafe_op_in_unsafe_fn = "warn"
27-
unsafe_code = "warn"
2827
unused_lifetimes = "warn"
2928
unused_macro_rules = "warn"
3029
unused_qualifications = "warn"

0 commit comments

Comments
 (0)