Skip to content

Commit

Permalink
Merge pull request #584 from RalfJung/strict-provenance
Browse files Browse the repository at this point in the history
add back strict provenance lint
  • Loading branch information
Amanieu authored Nov 4, 2024
2 parents dd56b3b + c74e3b9 commit 1a27d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
allocator_api,
slice_ptr_get,
maybe_uninit_array_assume_init,
strict_provenance_lints
)
)]
#![allow(
Expand All @@ -35,6 +36,7 @@
)]
#![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 1a27d8e

Please sign in to comment.