Skip to content

Commit

Permalink
Run Clippy without json-rendered flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Aug 21, 2019
1 parent bea0372 commit 5cf43bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bootstrap/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5cf43bd

Please sign in to comment.