Run Clippy without json-rendered flag

This commit is contained in:
Mateusz Mikuła
2019-08-21 12:14:00 +02:00
committed by Mateusz Mikuła
parent bea0372a1a
commit 5cf43bdd54
+1 -2
View File
@@ -875,8 +875,7 @@ pub fn cargo(
}
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() {