]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/lib.rs
Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum
[rust.git] / src / libcore / lib.rs
index 5bc4c34743f99182d093f6c6e99849e6db688c83..94e84106328e2fea26e43e8c21300c8a817a355f 100644 (file)
 #[allow(unused_macros)]
 macro_rules! vector_impl { ($([$f:ident, $($args:tt)*]),*) => { $($f!($($args)*);)* } }
 #[path = "../stdsimd/coresimd/mod.rs"]
-// replacing uses of mem::{uninitialized,zeroed} with MaybeUninit needs to be in the stdsimd repo
-#[allow(deprecated)]
 #[allow(missing_docs, missing_debug_implementations, dead_code, unused_imports)]
 #[unstable(feature = "stdsimd", issue = "48556")]
 #[cfg(not(stage0))] // allow changes to how stdsimd works in stage0