diff options
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index c394865d886..519f050d2fc 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -345,7 +345,7 @@ // to import the prelude implicitly when building crates that depend on std. #[prelude_import] #[allow(unused)] -use prelude::v1::*; +use prelude::rust_2021::*; // Access to Bencher, etc. #[cfg(test)] | 
