From 7e812952dea1e059554c36a1cd626097230c3ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Thu, 4 Jul 2019 12:00:59 +0200 Subject: [PATCH] submodules: update clippy from e3cb40e4 to a9f8d3a0 Changes: ```` Remove unused import rustup https://github.com/rust-lang/rust/pull/61995 Fix allow bug in `trivially_copy_pass_by_ref` readme: fix urls in the license Fix `match_same_arms` false negative Reenable cargo and rls tests in travis Test for melted ICE #4121 Fix `never_loop` false positive Running rustfmt on test Removed use of intrinsics::uninit from tests. Making try_err machine applicable PR comments Adding try_err lint ```` Fixes #62338 --- src/tools/clippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/clippy b/src/tools/clippy index e3cb40e4f7e56..a9f8d3a034b30 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit e3cb40e4f7e566ffe260b2b9d606485c7c22d642 +Subproject commit a9f8d3a034b30d0a2bedfe99c107aeeefbf8e176