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

reimplement arg passthrough for clippy-driver #7162

Merged
merged 4 commits into from
Aug 9, 2019

Commits on Aug 4, 2019

  1. reimplement arg passthrough for clippy-driver

    Prior to this change, the old cargo subcommand version of `cargo clippy`
    had a feature to pass trailing args down to clippy-driver but when this
    the subcommand was reimplemented inside of cargo this feature was left
    out accidentally.
    
    This change readds the feature to to capture all args after a trailing
    -- and forward them down to clippy-driver via an env variable.
    yaahc committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    2c0a4df View commit details
    Browse the repository at this point in the history
  2. remove clippy_hackery

    yaahc committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    f4dcb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79480cc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. add unit test

    yaahc committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    42a00c1 View commit details
    Browse the repository at this point in the history