Skip to content

Commit

Permalink
fix tmp delete
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Feb 25, 2024
1 parent 54350b6 commit 589c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ where
}
}

std::fs::remove_dir_all(self.sort_dir())?;
let _ = std::fs::remove_dir_all(self.sort_dir());

Ok(())
}
Expand Down

0 comments on commit 589c913

Please sign in to comment.