Skip to content

Commit

Permalink
Remove rustc compiler features to unbreak rustc nightly build;
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
bnjbvr committed Jul 31, 2020
1 parent 359e807 commit 95c9f5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@
const_fn,
const_fn_union,
const_generics,
const_if_match,
const_loop,
const_mut_refs,
const_panic,
const_ptr_offset_from,
const_raw_ptr_deref,
const_raw_ptr_to_usize_cast,
const_saturating_int_methods,
const_trait_impl,
core_intrinsics,
doc_cfg,
Expand Down

0 comments on commit 95c9f5a

Please sign in to comment.