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 981df92 commit 4e3426fCopy full SHA for 4e3426f
src/sys/mod.rs
@@ -50,7 +50,7 @@ feature! {
50
#[macro_use]
51
pub mod ioctl;
52
53
-#[cfg(any(target_is = "android", target_os = "linux"))]
+#[cfg(any(target_os = "android", target_os = "linux"))]
54
feature! {
55
#![feature = "fs"]
56
pub mod memfd;
0 commit comments