Skip to content

Commit 5cf43bd

Browse files
committed
Run Clippy without json-rendered flag
1 parent bea0372 commit 5cf43bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/builder.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,7 @@ impl<'a> Builder<'a> {
875875
}
876876

877877
if cmd == "clippy" {
878-
extra_args.push_str("-Zforce-unstable-if-unmarked -Zunstable-options \
879-
--json-rendered=termcolor");
878+
extra_args.push_str("-Zforce-unstable-if-unmarked");
880879
}
881880

882881
if !extra_args.is_empty() {

0 commit comments

Comments
 (0)