Skip to content

Commit 85610b4

Browse files
committed
cast error with into()
1 parent cef9a0e commit 85610b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ fn bisect_nightlies(cfg: &Config, client: &Client) -> Result<BisectionResult, Er
830830
if !cfg.args.preserve {
831831
let _ = t.remove(&dl_spec);
832832
}
833-
return Err(e)?;
833+
return Err(e.into());
834834
}
835835
}
836836
}

0 commit comments

Comments
 (0)