From 83f47b7fea3d19f51fa5806c9be50ba2a43e0cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Sat, 8 Dec 2018 15:02:12 +0100 Subject: [PATCH] submodules: update clippy from 1df5766c to a3c77f6a MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: ```` s/rustfmt-preview/rustfmt/ Swap if branches Fix c_void false positive caused by libc refactoring rustup https://github.com/rust-lang/rust/pull/56502 ( .hir -> .hir() ) typo: emum → enum Fix format. Add sysroot gettinh code to dogfood tests. Add sysroot getting code to tests. Don't try to determine sysroot. rustc_driver will use default value. Fix suggestion for multiple derefs Fix `clone_on_copy` not detecting derefs sometimes ```` --- src/tools/clippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/clippy b/src/tools/clippy index 1df5766cbb559..a3c77f6ad1c1c 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit 1df5766cbb559aab0ad5c2296d8b768182b5186c +Subproject commit a3c77f6ad1c1c185e561e9cd7fdec7db569169d1