diff options
Diffstat (limited to 'library/core/src/prelude/v1.rs')
| -rw-r--r-- | library/core/src/prelude/v1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/prelude/v1.rs b/library/core/src/prelude/v1.rs index d91289fad20..b566e211cd8 100644 --- a/library/core/src/prelude/v1.rs +++ b/library/core/src/prelude/v1.rs @@ -65,7 +65,6 @@ pub use crate::{ issue = "87555", reason = "`concat_bytes` is not stable enough for use and is subject to change" )] -#[cfg(not(bootstrap))] #[doc(no_inline)] pub use crate::concat_bytes; |
