Skip to content

Commit 1c271d4

Browse files
committed
Add comment on workspace-level lints
1 parent 0fa6a1a commit 1c271d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ missing_debug_implementations = "warn"
2424
rust_2018_idioms = "warn"
2525
single_use_lifetimes = "warn"
2626
unreachable_pub = "warn"
27+
# unsafe_op_in_unsafe_fn = "warn" # Set at crate-level instead since https://github.com/rust-lang/rust/pull/100081 is not available on MSRV

0 commit comments

Comments
 (0)