From 4e3426f27e27219610c9f12920b8e1461d83984f Mon Sep 17 00:00:00 2001 From: Jason Heeris Date: Tue, 26 Jul 2022 10:34:56 +0800 Subject: Fix typo guarding memfd export on android. --- src/sys/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sys/mod.rs b/src/sys/mod.rs index 80c75e1f..979d623b 100644 --- a/src/sys/mod.rs +++ b/src/sys/mod.rs @@ -50,7 +50,7 @@ feature! { #[macro_use] pub mod ioctl; -#[cfg(any(target_is = "android", target_os = "linux"))] +#[cfg(any(target_os = "android", target_os = "linux"))] feature! { #![feature = "fs"] pub mod memfd; -- cgit v1.2.3