trivial cfg(bootstrap) changes

This commit is contained in:
Pietro Albini
2022-04-05 22:42:23 +02:00
parent e96538aeeb
commit 181d28bb61
42 changed files with 176 additions and 314 deletions

View File

@@ -6,7 +6,6 @@ use crate::iter;
use crate::mem;
use crate::ops;
#[cfg_attr(bootstrap, lang = "slice_u8")]
#[cfg(not(test))]
impl [u8] {
/// Checks if all bytes in this slice are within the ASCII range.