about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-10-03 14:13:06 +0200
committerManish Goregaokar <manishsmail@gmail.com>2018-10-03 17:12:15 +0200
commitc2c8f8a56a564e635e000d83aeffb92a2a5675e0 (patch)
tree016768d58f4a8eb3371f7305970821f48444dc38
parent4cf11765dc98536c6eedf33f2df7f72f6e161263 (diff)
downloadrust-c2c8f8a56a564e635e000d83aeffb92a2a5675e0.tar.gz
rust-c2c8f8a56a564e635e000d83aeffb92a2a5675e0.zip
Update clippy
-rw-r--r--src/Cargo.lock1
m---------src/tools/clippy28
-rw-r--r--src/tools/rustc-workspace-hack/Cargo.toml4
3 files changed, 19 insertions, 14 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock
index 926016e5f02..e0dbbfcf7a8 100644
--- a/src/Cargo.lock
+++ b/src/Cargo.lock
@@ -2074,6 +2074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 name = "rustc-workspace-hack"
 version = "1.0.0"
 dependencies = [
+ "serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
  "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
diff --git a/src/tools/clippy b/src/tools/clippy
-Subproject e69fe2fb19b7b2f3b07fe1178c536810dabf896
+Subproject c47b9489ab4f2124e2e93a3b1ec8a2eeafe54cf
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml
index 755b172dd1b..e8e812e70fa 100644
--- a/src/tools/rustc-workspace-hack/Cargo.toml
+++ b/src/tools/rustc-workspace-hack/Cargo.toml
@@ -47,3 +47,7 @@ features = [
   "wincon",
   "wincrypt",
 ]
+
+[dependencies.serde_json]
+version = "1.0.31"
+features = ["raw_value"]
\ No newline at end of file