Skip to content

Commit 489e5d0

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

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
@@ -2012,7 +2012,7 @@ pub fn run_cargo(
20122012
crate::exit!(1);
20132013
}
20142014

2015-
if builder.config.dry_run() {
2015+
if builder.config.dry_run() || builder.kind == Kind::Clippy {
20162016
return Vec::new();
20172017
}
20182018

0 commit comments

Comments
 (0)