Skip to content

Commit 441dce3

Browse files
committed
fix doc tests
1 parent 0a95979 commit 441dce3

File tree

1 file changed

+1
-0
lines changed
  • library/coretests/tests/floats

1 file changed

+1
-0
lines changed

library/coretests/tests/floats/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use std::num::FpCategory as Fp;
22
use std::ops::{Add, Div, Mul, Rem, Sub};
33

4+
#[doc(hidden)]
45
trait TestableFloat: Sized {
56
/// Unsigned int with the same size, for converting to/from bits.
67
type Int;

0 commit comments

Comments
 (0)