Use Rust 2021 prelude in std itself.
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user