From 7f8e4aae12afe9b017ba620f9f692fa709339b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Tue, 22 Jan 2019 18:03:40 +0100 Subject: [PATCH] submodules: update clippy from 1838bfe5 to 280069dd Changes: ```` Rustfmt all the things Don't make decisions on values that don't represent the decision Rustup Actually check for constants. formatting fix Update clippy_lints/src/needless_bool.rs formatting fix needless bool lint suggestion is wrapped in brackets if it is an "else" clause of an "if-else" statement Remove negative integer literal checks. Fix `implicit_return` false positives. ```` --- src/tools/clippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/clippy b/src/tools/clippy index 1838bfe5a9ff9..280069ddc750d 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit 1838bfe5a9ff951ffd716e4632156113d95d14a4 +Subproject commit 280069ddc750d8a20d075c76322c45d5db4a48f8