Skip to content

Commit 9a8efe2

Browse files
Update crates/proc-macro-test/build.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
1 parent 898898d commit 9a8efe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc-macro-test/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn main() {
2525
let staging_dir = out_dir.join("proc-macro-test-imp-staging");
2626
// this'll error out if the staging dir didn't previously. using
2727
// `std::fs::exists` would suffer from TOCTOU so just do our best to
28-
// wip it and ignore errors.
28+
// wipe it and ignore errors.
2929
let _ = std::fs::remove_dir_all(&staging_dir);
3030

3131
println!("Creating {}", staging_dir.display());

0 commit comments

Comments
 (0)