mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Bump xshell and fix dist
This commit is contained in:
parent
c1cf2ef6f4
commit
be6d5001e4
6 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ impl flags::Metrics {
|
|||
pub(crate) fn run(self, sh: &Shell) -> anyhow::Result<()> {
|
||||
let mut metrics = Metrics::new(sh)?;
|
||||
if !self.dry_run {
|
||||
let _ = sh.remove_path("./target/release");
|
||||
sh.remove_path("./target/release")?;
|
||||
}
|
||||
if !Path::new("./target/rustc-perf").exists() {
|
||||
sh.create_dir("./target/rustc-perf")?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue