Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove feature opt-ins that are no longer needed #155

Merged
merged 1 commit into from
Mar 23, 2017

Conversation

dwrensha
Copy link
Contributor

On rustc 1.17.0-nightly (cab4bff3d 2017-03-21) I see these warnings:

warning: this feature has been stable since 1.17.0. Attribute no longer needed
 --> src/lib.rs:5:5
  |
5 |     pub_restricted,
  |     ^^^^^^^^^^^^^^
  |
  = note: #[warn(stable_features)] on by default

warning: this feature has been stable since 1.17.0. Attribute no longer needed
 --> src/lib.rs:2:5
  |
2 |     btree_range,
  |     ^^^^^^^^^^^
  |
  = note: #[warn(stable_features)] on by default

warning: unused or unknown feature
 --> src/lib.rs:3:5
  |
3 |     collections,
  |     ^^^^^^^^^^^
  |
  = note: #[warn(unused_features)] on by default

@solson solson merged commit cba0a7e into rust-lang:master Mar 23, 2017
@dwrensha dwrensha deleted the feature-gates branch March 23, 2017 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants