Skip to content

Commit

Permalink
Remove mentions of stabilized feature strict_provenance
Browse files Browse the repository at this point in the history
No code changes are needed.
  • Loading branch information
Amanieu committed Nov 3, 2024
1 parent ccec5eb commit 1295e3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
allocator_api,
slice_ptr_get,
maybe_uninit_array_assume_init,
strict_provenance
)
)]
#![allow(
Expand All @@ -36,7 +35,6 @@
)]
#![warn(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))]
#![cfg_attr(feature = "nightly", allow(internal_features))]

/// Default hasher for [`HashMap`] and [`HashSet`].
Expand Down

0 comments on commit 1295e3e

Please sign in to comment.