mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
Run Clippy without json-rendered flag
This commit is contained in:
committed by
Mateusz Mikuła
parent
bea0372a1a
commit
5cf43bdd54
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user