Skip to content

Commit ba7d37f

Browse files
committed
for clippy, skip output handling in run_cargo
Signed-off-by: onur-ozkan <[email protected]>
1 parent bfd79f5 commit ba7d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ pub fn run_cargo(
20152015
crate::exit!(1);
20162016
}
20172017

2018-
if builder.config.dry_run() {
2018+
if builder.config.dry_run() || builder.kind == Kind::Clippy {
20192019
return Vec::new();
20202020
}
20212021

0 commit comments

Comments
 (0)