Skip to content

Commit 986305a

Browse files
authored
Merge pull request #582 from Amanieu/stable-strict-provenance
Remove mentions of stabilized feature `strict_provenance`
2 parents ccec5eb + 1295e3e commit 986305a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
allocator_api,
2222
slice_ptr_get,
2323
maybe_uninit_array_assume_init,
24-
strict_provenance
2524
)
2625
)]
2726
#![allow(
@@ -36,7 +35,6 @@
3635
)]
3736
#![warn(missing_docs)]
3837
#![warn(rust_2018_idioms)]
39-
#![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))]
4038
#![cfg_attr(feature = "nightly", allow(internal_features))]
4139

4240
/// Default hasher for [`HashMap`] and [`HashSet`].

0 commit comments

Comments
 (0)