Skip to content

Commit 44c414f

Browse files
committed
formatting updates
1 parent ff98786 commit 44c414f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/float/cmp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![allow(unreachable_code)]
22

33
use crate::float::Float;
4-
use crate::int::{Int, MinInt};
4+
use crate::int::MinInt;
55

66
#[derive(Clone, Copy)]
77
enum Result {

testcrate/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
//! correct rounding.
1515
#![no_std]
1616

17-
use core::ops;
18-
1917
use compiler_builtins::float::Float;
2018
use compiler_builtins::int::{Int, MinInt};
2119

0 commit comments

Comments
 (0)