]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #70020 - matthiaskrgr:submodule_upd, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 17 Mar 2020 22:10:21 +0000 (22:10 +0000)
committerbors <bors@rust-lang.org>
Tue, 17 Mar 2020 22:10:21 +0000 (22:10 +0000)
commitae5b641e9ef3fc5ed2b9944121f75902f639cb0a
tree7684cde32d5db6838f7f8fa37ae5eec24f773b0d
parent7ceebd98c6a15ae30e772eebb676b63ffa1a8122
parent7e2ebb078997fcb29bd0a19efcbeb69b29bc10ae
Auto merge of #70020 - matthiaskrgr:submodule_upd, r=ehuss

submodules: update clippy from 8485d40a to d556bb73

Changes:
````
    rustup https://github.com/rust-lang/rust/pull/68944
    rustup https://github.com/rust-lang/rust/pull/69589/
    Rustup to rust-lang/rust#69076
    Don't convert Path to lossy str
    Use `into_path`
    Use pattern matching instead of manually checking condition
    Fix typo
    Remove git2 dependency.
    Document that wildcard_imports doesn't warn about `use ...::prelude::*;`
    Change changelog formatting
    Update changelog_update doc to reflect the actual ordering of the changelog
    Update CHANGELOG.md
````

Fixes #70007