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 43fc493 commit b227970Copy full SHA for b227970
tests/fsevent.rs
@@ -142,7 +142,6 @@ fn internal_observe_folder(run_async: bool) {
142
// Create directories AFTER the observer is set up
143
fs::create_dir(dst1.as_path().to_str().unwrap()).unwrap();
144
fs::create_dir(dst2.as_path().to_str().unwrap()).unwrap();
145
- fs::create_dir(dst3.as_path().to_str().unwrap()).unwrap();
146
147
validate_recv(
148
receiver,
0 commit comments