We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8efe2 commit 844aa8bCopy full SHA for 844aa8b
crates/proc-macro-test/build.rs
@@ -23,7 +23,7 @@ fn main() {
23
let imp_dir = std::env::current_dir().unwrap().join("imp");
24
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
+ // this'll error out if the staging dir didn't previously exist. using
27
// `std::fs::exists` would suffer from TOCTOU so just do our best to
28
// wipe it and ignore errors.
29
let _ = std::fs::remove_dir_all(&staging_dir);
0 commit comments