Skip to content

Commit 95c9f5a

Browse files
committed
Remove rustc compiler features to unbreak rustc nightly build;
- following landing of rust-lang/rust#73858, the `const_saturing_int_methods` feature is in a weird nonexisting state (stabilized in a future Rust version), so remove it from the list to unblock compilation. - also remove other const features that have stabilized in the meanwhile to avoid compiler warnings.
1 parent 359e807 commit 95c9f5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@
3131
const_fn,
3232
const_fn_union,
3333
const_generics,
34-
const_if_match,
35-
const_loop,
3634
const_mut_refs,
3735
const_panic,
3836
const_ptr_offset_from,
3937
const_raw_ptr_deref,
4038
const_raw_ptr_to_usize_cast,
41-
const_saturating_int_methods,
4239
const_trait_impl,
4340
core_intrinsics,
4441
doc_cfg,

0 commit comments

Comments
 (0)