From 1781a27d1db8fdc4d43446de4564d053837a06db Mon Sep 17 00:00:00 2001 From: flip1995 Date: Mon, 1 Apr 2019 22:19:21 +0200 Subject: [PATCH 1/2] Update Clippy --- src/tools/clippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/clippy b/src/tools/clippy index 92612c9de159..17e04ac75141 160000 --- a/src/tools/clippy +++ b/src/tools/clippy @@ -1 +1 @@ -Subproject commit 92612c9de159889f77f05855a77482ee1d895f51 +Subproject commit 17e04ac751411a16d305aaf8d47a900675ad93f5 From 6ea9c3b4b2a8e61793e83fcfaa387ded5efdbd59 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Wed, 3 Apr 2019 11:54:06 +0200 Subject: [PATCH 2/2] Update Cargo.lock --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index c7007017078e..f8f67ae2e4c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,6 +379,7 @@ dependencies = [ "compiletest_rs 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libtest 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-workspace-hack 1.0.0", "rustc_tools_util 0.1.1",