diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index fd06a3b540cda..21892ee68027f 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -426,7 +426,7 @@ // to import the prelude implicitly when building crates that depend on std. #[prelude_import] #[allow(unused)] -use prelude::rust_2021::*; +use prelude::rust_2024::*; // Access to Bencher, etc. #[cfg(test)]