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 0a3d23d commit e18d727Copy full SHA for e18d727
src/tests/handlers.rs
@@ -1,5 +1,5 @@
1
#![cfg(feature = "external-client-tests")]
2
-#![cfg(any(target_os = "linux", target_os = "windows"))]
+#![cfg(target_os = "linux")]
3
4
use async_channel::Sender;
5
use futures_lite::io::Sink;
src/tests/random_file.rs
use futures_lite::AsyncRead;
src/tests/rrq.rs
use async_executor::Executor;
use blocking::Unblock;
0 commit comments