about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorMateusz Mikuła <matti@marinelayer.io>2019-08-21 12:14:00 +0200
committerMateusz Mikuła <mati865@gmail.com>2019-08-21 12:14:00 +0200
commit5cf43bdd54a3e25c8d60da9179fd1bb38213d68e (patch)
tree42553bd7c7917f7802d12ed27578f607da133182 /src/bootstrap
parentbea0372a1a7a31b81f28cc4d9a83a2dc9a79d008 (diff)
downloadrust-5cf43bdd54a3e25c8d60da9179fd1bb38213d68e.tar.gz
rust-5cf43bdd54a3e25c8d60da9179fd1bb38213d68e.zip
Run Clippy without json-rendered flag
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/builder.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index 955809e8074..4e49aaa16ea 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -875,8 +875,7 @@ impl<'a> Builder<'a> {
         }
 
         if cmd == "clippy" {
-            extra_args.push_str("-Zforce-unstable-if-unmarked -Zunstable-options \
-                --json-rendered=termcolor");
+            extra_args.push_str("-Zforce-unstable-if-unmarked");
         }
 
         if !extra_args.is_empty() {