Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information