Skip to content

Commit da4bb85

Browse files
committed
Resolve conflicts
1 parent fd419b1 commit da4bb85

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

library/core/src/num/f32.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ use crate::convert::FloatToInt;
1818
use crate::kani;
1919
use crate::num::FpCategory;
2020
use crate::panic::const_assert;
21-
<<<<<<< HEAD
2221
#[allow(unused_imports)]
2322
use crate::ub_checks::float_to_int_in_range;
24-
use crate::{cfg_match, intrinsics, mem};
25-
=======
2623
use crate::{cfg_select, intrinsics, mem};
27-
>>>>>>> subtree/library
2824

2925
/// The radix or base of the internal representation of `f32`.
3026
/// Use [`f32::RADIX`] instead.

0 commit comments

Comments
 (0)