Run Clippy without json-rendered flag
This commit is contained in:
parent
bea0372a1a
commit
5cf43bdd54
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue