File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,8 @@ bench = false
1616
1717[dependencies ]
1818core = { path = " ../core" , public = true }
19- <<<<<<< HEAD
20- compiler_builtins = { version = " =0.1.151" , features = [' rustc-dep-of-std' ] }
21- safety = { path = " ../contracts/safety" }
22- =======
2319compiler_builtins = { version = " =0.1.152" , features = [' rustc-dep-of-std' ] }
24- >>>>>>> subtree/library
20+ safety = { path = " ../contracts/safety " }
2521
2622[features ]
2723compiler-builtins-mem = [' compiler_builtins/mem' ]
Original file line number Diff line number Diff line change @@ -18,13 +18,9 @@ use crate::convert::FloatToInt;
1818use crate :: kani;
1919use crate :: num:: FpCategory ;
2020use crate :: panic:: const_assert;
21- <<<<<<< HEAD
2221#[ allow( unused_imports) ]
2322use crate :: ub_checks:: float_to_int_in_range;
24- use crate :: { intrinsics , mem } ;
25- =======
2623use crate :: { cfg_match, intrinsics, mem} ;
27- >>>>>>> subtree/library
2824
2925/// The radix or base of the internal representation of `f32`.
3026/// Use [`f32::RADIX`] instead.
You can’t perform that action at this time.
0 commit comments