do not use render_tests for clippy
Behind the scenes Clippy uses compiletest-rs, which doesn't support the --json flag we added to Rust's compiletest.
This commit is contained in:
parent
ad9a444241
commit
f23e20569c
1 changed files with 1 additions and 1 deletions
|
|
@ -767,7 +767,7 @@ impl Step for Clippy {
|
|||
|
||||
cargo.add_rustc_lib_path(builder, compiler);
|
||||
|
||||
if add_flags_and_try_run_tests(builder, &mut cargo.into()) {
|
||||
if builder.try_run(&mut cargo.into()) {
|
||||
// The tests succeeded; nothing to do.
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue