Skip to content

Commit 7163e53

Browse files
committed
Fix usage of strict provenance lints with the nightly feature enabled
1 parent 6f7a42f commit 7163e53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// on nightly, enable some unstable lints
1010
#![cfg_attr(
1111
feature = "nightly",
12+
feature(strict_provenance_lints),
1213
deny(fuzzy_provenance_casts, lossy_provenance_casts)
1314
)]
1415
//! `secmem-alloc` is a crate designed allocate private/secret memory. It is

0 commit comments

Comments
 (0)