Skip to content

Commit

Permalink
Merge pull request rust-lang#155 from dwrensha/feature-gates
Browse files Browse the repository at this point in the history
remove feature opt-ins that are no longer needed
  • Loading branch information
solson authored Mar 23, 2017
2 parents c2db272 + f0bca59 commit cba0a7e
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
@@ -1,8 +1,5 @@
#![feature(
btree_range,
collections,
i128_type,
pub_restricted,
rustc_private,
)]

Expand Down

0 comments on commit cba0a7e

Please sign in to comment.