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

submodules: update clippy from 1ff81c1b to 70b93aab #70485

Merged
merged 1 commit into from
Mar 28, 2020

Commits on Mar 27, 2020

  1. submodules: update clippy from 1ff81c1 to 70b93aa

    Changes:
    ````
    remove redundant import
    rustup rust-lang#68404
    rustup rust-lang#69644
    rustup rust-lang#70344
    Move verbose_file_reads to restriction
    move redundant_pub_crate to nursery
    readme: explain how to run only a single lint on a codebase
    Remove dependency on `matches` crate
    Move useless_transmute to nursery
    nursery group -> style
    Update for PR feedback
    Auto merge of rust-lang#5314 - ehuss:remove-git2, r=flip1995
    Lint for `pub(crate)` items that are not crate visible due to the visibility of the module that contains them
    ````
    
    Fixes rust-lang#70456
    matthiaskrgr committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    6e01d0f View commit details
    Browse the repository at this point in the history