Skip to content

Commit

Permalink
add back strict provenance lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 4, 2024
1 parent dd56b3b commit c74e3b9
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 c74e3b9

Please sign in to comment.