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

Add a lint for writing #[feature] for stable features, warn by default... #21958

Merged
merged 1 commit into from
Feb 7, 2015

Commits on Feb 5, 2015

  1. Add a lint for writing #[feature] for stable features, warn by defa…

    …ult.
    
    The 'stable_features' lint helps people progress from unstable to
    stable Rust by telling them when they no longer need a `feature`
    attribute because upstream Rust has declared it stable.
    
    This compares to the existing 'unstable_features', which is used
    to implement feature staging, and triggers on *any* use
    of `#[feature]`.
    brson committed Feb 5, 2015
    Configuration menu
    Copy the full SHA
    456d23e View commit details
    Browse the repository at this point in the history