From 6e01d0fdad4c6f796d9f7821562be6cbe3d6e64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Fri, 27 Mar 2020 23:42:25 +0100 Subject: [PATCH] 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 --- Cargo.lock | 1 - src/tools/clippy | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2fd94ffe0a29..72892b4ccb9de 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 index 1ff81c1b6d7ab..70b93aab6ec57 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit 1ff81c1b6d7abdcc9ee47f4a8ab175082cad4421 +Subproject commit 70b93aab6ec576c3665f38fd485bb5e0154a88f7