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 an unstable --json=unused-externs flag to print unused externs #73945

Merged
merged 7 commits into from
Apr 4, 2021

Commits on Mar 8, 2021

  1. Emit unused externs

    est31 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    aef1e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2ca47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d52006 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13371b5 View commit details
    Browse the repository at this point in the history
  5. Emit the lint level of the unused-crate-dependencies

    Also, turn off the lint when the unused dependencies json flag
    is specified so that cargo doesn't have to supress the lint
    est31 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    3a62eb7 View commit details
    Browse the repository at this point in the history
  6. Fix the tests

    est31 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d8c9a28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d018ef1 View commit details
    Browse the repository at this point in the history