Skip to content

Commit 0d5e03d

Browse files
committed
Grumble, unused
1 parent 858669f commit 0d5e03d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/f128/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![cfg(not(bootstrap))]
22
// FIXME(f16_f128): only tested on platforms that have symbols and aren't buggy
33
#![cfg(reliable_f128)]
4+
#![allow(unused)] // todo: remove
45

56
use crate::f128::consts;
67
use crate::num::FpCategory as Fp;

0 commit comments

Comments
 (0)