Skip to content

Commit 46008d4

Browse files
committed
minor: unblock metrics
1 parent 9f2b4ef commit 46008d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl flags::Metrics {
1717
pub(crate) fn run(self, sh: &Shell) -> anyhow::Result<()> {
1818
let mut metrics = Metrics::new(sh)?;
1919
if !self.dry_run {
20-
sh.remove_path("./target/release")?;
20+
let _ = sh.remove_path("./target/release");
2121
}
2222
if !Path::new("./target/rustc-perf").exists() {
2323
sh.create_dir("./target/rustc-perf")?;

0 commit comments

Comments
 (0)