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 82b3436 commit b01c8edCopy full SHA for b01c8ed
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