Skip to content

Commit

Permalink
formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Apr 14, 2024
1 parent ff98786 commit 44c414f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/float/cmp.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![allow(unreachable_code)]

use crate::float::Float;
use crate::int::{Int, MinInt};
use crate::int::MinInt;

#[derive(Clone, Copy)]
enum Result {
Expand Down
2 changes: 0 additions & 2 deletions testcrate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
//! correct rounding.
#![no_std]

use core::ops;

use compiler_builtins::float::Float;
use compiler_builtins::int::{Int, MinInt};

Expand Down

0 comments on commit 44c414f

Please sign in to comment.