diff options
| author | bors <bors@rust-lang.org> | 2020-03-28 14:15:27 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-03-28 14:15:27 +0000 |
| commit | e768d6f0bc6db7a46c9ef08254a944ba100bc5dd (patch) | |
| tree | 5a21722c47ab8601323a9a26322a409c667bbf5e | |
| parent | b9d5ee567652cd342d9348c215009049551747b0 (diff) | |
| parent | 6e01d0fdad4c6f796d9f7821562be6cbe3d6e64a (diff) | |
| download | rust-e768d6f0bc6db7a46c9ef08254a944ba100bc5dd.tar.gz rust-e768d6f0bc6db7a46c9ef08254a944ba100bc5dd.zip | |
Auto merge of #70485 - matthiaskrgr:submodule_upd, r=Dylan-DPC
submodules: update clippy from 1ff81c1b to 70b93aab Changes: ```` remove redundant import rustup https://github.com/rust-lang/rust/pull/68404 rustup https://github.com/rust-lang/rust/pull/69644 rustup https://github.com/rust-lang/rust/pull/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 #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 #70456
| -rw-r--r-- | Cargo.lock | 1 | ||||
| m--------- | src/tools/clippy | 20 |
2 files changed, 10 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock index a592c82225e..3237b90a7c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,7 +483,6 @@ dependencies = [ "if_chain", "itertools 0.9.0", "lazy_static 1.4.0", - "matches", "pulldown-cmark 0.7.0", "quine-mc_cluskey", "regex-syntax", diff --git a/src/tools/clippy b/src/tools/clippy -Subproject 1ff81c1b6d7abdcc9ee47f4a8ab175082cad442 +Subproject 70b93aab6ec576c3665f38fd485bb5e0154a88f |
