File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ use crate::fmt::{self, Write};
7
7
use crate :: intrinsics:: const_eval_select;
8
8
use crate :: { ascii, iter, ops} ;
9
9
10
- #[ cfg( not( test) ) ]
11
10
impl [ u8 ] {
12
11
/// Checks if all bytes in this slice are within the ASCII range.
13
12
#[ stable( feature = "ascii_methods_on_intrinsics" , since = "1.23.0" ) ]
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ enum Direction {
97
97
Back ,
98
98
}
99
99
100
- #[ cfg( not( test) ) ]
101
100
impl < T > [ T ] {
102
101
/// Returns the number of elements in the slice.
103
102
///
@@ -4845,7 +4844,6 @@ impl<T, const N: usize> [[T; N]] {
4845
4844
}
4846
4845
}
4847
4846
4848
- #[ cfg( not( test) ) ]
4849
4847
impl [ f32 ] {
4850
4848
/// Sorts the slice of floats.
4851
4849
///
@@ -4874,7 +4872,6 @@ impl [f32] {
4874
4872
}
4875
4873
}
4876
4874
4877
- #[ cfg( not( test) ) ]
4878
4875
impl [ f64 ] {
4879
4876
/// Sorts the slice of floats.
4880
4877
///
You can’t perform that action at this time.
0 commit comments