Skip to content

Commit

Permalink
Merge pull request #582 from Amanieu/stable-strict-provenance
Browse files Browse the repository at this point in the history
Remove mentions of stabilized feature `strict_provenance`
  • Loading branch information
Amanieu authored Nov 4, 2024
2 parents ccec5eb + 1295e3e commit 986305a
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 986305a

Please sign in to comment.