We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa6a1a commit 1c271d4Copy full SHA for 1c271d4
Cargo.toml
@@ -24,3 +24,4 @@ missing_debug_implementations = "warn"
24
rust_2018_idioms = "warn"
25
single_use_lifetimes = "warn"
26
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