Skip to content

Commit 844aa8b

Browse files
Update crates/proc-macro-test/build.rs
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent 9a8efe2 commit 844aa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc-macro-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fn main() {
2323
let imp_dir = std::env::current_dir().unwrap().join("imp");
2424

2525
let staging_dir = out_dir.join("proc-macro-test-imp-staging");
26-
// this'll error out if the staging dir didn't previously. using
26+
// this'll error out if the staging dir didn't previously exist. using
2727
// `std::fs::exists` would suffer from TOCTOU so just do our best to
2828
// wipe it and ignore errors.
2929
let _ = std::fs::remove_dir_all(&staging_dir);

0 commit comments

Comments
 (0)