We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff98786 commit cb353e2Copy full SHA for cb353e2
src/float/cmp.rs
@@ -1,7 +1,7 @@
1
#![allow(unreachable_code)]
2
3
use crate::float::Float;
4
-use crate::int::{Int, MinInt};
+use crate::int::{ MinInt};
5
6
#[derive(Clone, Copy)]
7
enum Result {
testcrate/src/lib.rs
@@ -14,8 +14,6 @@
14
//! correct rounding.
15
#![no_std]
16
17
-use core::ops;
18
-
19
use compiler_builtins::float::Float;
20
use compiler_builtins::int::{Int, MinInt};
21
0 commit comments