We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b617a commit 2bd88a7Copy full SHA for 2bd88a7
tests/zstd-dict.rs
@@ -1,3 +1,5 @@
1
+#![cfg(not(windows))]
2
+
3
use tokio::io::AsyncWriteExt as _;
4
5
#[tokio::test]
0 commit comments