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 768e503 commit 25cd745Copy full SHA for 25cd745
test/test_sendfile.rs
@@ -1,3 +1,4 @@
1
+#[cfg(any(target_os = "android", target_os = "linux"))]
2
use crate::require_largefile;
3
use std::io::prelude::*;
4
#[cfg(any(target_os = "android", target_os = "linux"))]
0 commit comments