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

Allow unused extern crate again #44825

Merged
merged 1 commit into from
Sep 27, 2017
Merged

Allow unused extern crate again #44825

merged 1 commit into from
Sep 27, 2017

Commits on Sep 25, 2017

  1. Allow unused extern crate again

    This is a partial revert of rust-lang#42588. There is a usability concern
    reported in rust-lang#44294 that was not considered in the discussion of the PR,
    so I would like to back this out of 1.21. As is, I think users would
    have a worse and more confusing experience with this lint enabled by
    default. We can re-enabled once there are better diagnostics or the case
    in rust-lang#44294 does not trigger the lint.
    dtolnay committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    247b58b View commit details
    Browse the repository at this point in the history