We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898898d commit 9a8efe2Copy full SHA for 9a8efe2
crates/proc-macro-test/build.rs
@@ -25,7 +25,7 @@ fn main() {
25
let staging_dir = out_dir.join("proc-macro-test-imp-staging");
26
// this'll error out if the staging dir didn't previously. using
27
// `std::fs::exists` would suffer from TOCTOU so just do our best to
28
- // wip it and ignore errors.
+ // wipe it and ignore errors.
29
let _ = std::fs::remove_dir_all(&staging_dir);
30
31
println!("Creating {}", staging_dir.display());
0 commit comments