We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd419b1 commit da4bb85Copy full SHA for da4bb85
1 file changed
library/core/src/num/f32.rs
@@ -18,13 +18,9 @@ use crate::convert::FloatToInt;
18
use crate::kani;
19
use crate::num::FpCategory;
20
use crate::panic::const_assert;
21
-<<<<<<< HEAD
22
#[allow(unused_imports)]
23
use crate::ub_checks::float_to_int_in_range;
24
-use crate::{cfg_match, intrinsics, mem};
25
-=======
26
use crate::{cfg_select, intrinsics, mem};
27
->>>>>>> subtree/library
28
29
/// The radix or base of the internal representation of `f32`.
30
/// Use [`f32::RADIX`] instead.
0 commit comments