We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nightly
1 parent 6f7a42f commit 7163e53Copy full SHA for 7163e53
1 file changed
src/lib.rs
@@ -9,6 +9,7 @@
9
// on nightly, enable some unstable lints
10
#![cfg_attr(
11
feature = "nightly",
12
+ feature(strict_provenance_lints),
13
deny(fuzzy_provenance_casts, lossy_provenance_casts)
14
)]
15
//! `secmem-alloc` is a crate designed allocate private/secret memory. It is
0 commit comments