From 1295e3ec5b8eb7678a533969e9925cedf84dfeb8 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sun, 3 Nov 2024 23:39:19 +0000 Subject: [PATCH] Remove mentions of stabilized feature `strict_provenance` No code changes are needed. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index a637ccbef..ba5d3c145 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,7 +21,6 @@ allocator_api, slice_ptr_get, maybe_uninit_array_assume_init, - strict_provenance ) )] #![allow( @@ -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`].