File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ bench = false
16
16
17
17
[dependencies ]
18
18
core = { path = " ../core" , public = true }
19
- <<<<<<< HEAD
20
- compiler_builtins = { version = " =0.1.151" , features = [' rustc-dep-of-std' ] }
21
- safety = { path = " ../contracts/safety" }
22
- =======
23
19
compiler_builtins = { version = " =0.1.152" , features = [' rustc-dep-of-std' ] }
24
- >>>>>>> subtree/library
20
+ safety = { path = " ../contracts/safety " }
25
21
26
22
[features ]
27
23
compiler-builtins-mem = [' compiler_builtins/mem' ]
Original file line number Diff line number Diff line change @@ -18,13 +18,9 @@ use crate::convert::FloatToInt;
18
18
use crate :: kani;
19
19
use crate :: num:: FpCategory ;
20
20
use crate :: panic:: const_assert;
21
- <<<<<<< HEAD
22
21
#[ allow( unused_imports) ]
23
22
use crate :: ub_checks:: float_to_int_in_range;
24
- use crate :: { intrinsics , mem } ;
25
- =======
26
23
use crate :: { cfg_match, intrinsics, mem} ;
27
- >>>>>>> subtree/library
28
24
29
25
/// The radix or base of the internal representation of `f32`.
30
26
/// Use [`f32::RADIX`] instead.
You can’t perform that action at this time.
0 commit comments