diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-01-14 09:50:49 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-01-28 15:01:07 +0100 |
| commit | 5b3462c556932234c6bae24c6f90c55a463f23c3 (patch) | |
| tree | 15271c9b25b59b2ea8a2b82b2803637201d208dc /library/std/src/prelude | |
| parent | 970e603006db3e80b85252663588b7d34e932f10 (diff) | |
| download | rust-5b3462c556932234c6bae24c6f90c55a463f23c3.tar.gz rust-5b3462c556932234c6bae24c6f90c55a463f23c3.zip | |
update cfg(bootstrap)s
Diffstat (limited to 'library/std/src/prelude')
| -rw-r--r-- | library/std/src/prelude/v1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/prelude/v1.rs b/library/std/src/prelude/v1.rs index 53124daa3a6..0226c4d7a25 100644 --- a/library/std/src/prelude/v1.rs +++ b/library/std/src/prelude/v1.rs @@ -49,7 +49,6 @@ pub use core::prelude::v1::{ issue = "87555", reason = "`concat_bytes` is not stable enough for use and is subject to change" )] -#[cfg(not(bootstrap))] #[doc(no_inline)] pub use core::prelude::v1::concat_bytes; |
