We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20549fa commit 6077ef0Copy full SHA for 6077ef0
tests/poll-watcher-hashing.rs
@@ -1,3 +1,4 @@
1
+#![cfg(not(target_os = "windows"))]
2
use nix::sys::stat::futimens;
3
use std::fs::{File, OpenOptions};
4
use std::io::Write;
0 commit comments