Skip to content

Commit 9776191

Browse files
committed
Formatting
1 parent a7a6b4e commit 9776191

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ impl_as_primitive!((OrderedFloat<f64>) => { (u8), (u16), (u32), (u64), (usize),
550550
impl_as_primitive!((NotNan<f32>) => { (u8), (u16), (u32), (u64), (usize), (i8), (i16), (i32), (i64), (isize), (f32), (f64) });
551551
impl_as_primitive!((NotNan<f64>) => { (u8), (u16), (u32), (u64), (usize), (i8), (i16), (i32), (i64), (isize), (f32), (f64) });
552552

553-
554553
impl<T: FromPrimitive> FromPrimitive for OrderedFloat<T> {
555554
fn from_i64(n: i64) -> Option<Self> {
556555
T::from_i64(n).map(OrderedFloat)

0 commit comments

Comments
 (0)