Skip to content

Commit

Permalink
Removed unused nightly features
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Mar 13, 2019
1 parent fcf0855 commit c9e8017
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,6 @@ crate. Pretty much everything else is for ergonomics.
#![deny(clippy)]
#![cfg_attr(feature = "ci", deny(warnings))]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(
all(not(feature = "std"), feature = "nightly"),
feature(core_intrinsics)
)]
#![cfg_attr(
all(not(feature = "std"), not(feature = "nightly")),
feature(extern_prelude)
)]
#![cfg_attr(feature = "oibit", feature(optin_builtin_traits))]
#![cfg_attr(feature = "spec", feature(specialization))]
#![cfg_attr(feature = "cargo-clippy", allow(
Expand Down

0 comments on commit c9e8017

Please # to comment.