Skip to content

Commit 79794e5

Browse files
committed
Fix usage of bootstrap in test-float-parse test
1 parent 1d5e645 commit 79794e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/test-float-parse/src/traits.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ macro_rules! impl_float {
170170

171171
impl_float!(f32, u32; f64, u64);
172172

173-
#[cfg(not(bootstrap))]
174173
#[cfg(target_has_reliable_f16)]
175174
impl_float!(f16, u16);
176175

0 commit comments

Comments
 (0)