From 072637ff5c3e65c2c2be9fe3f941bd40fd2f7754 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 4 Jul 2017 10:40:23 -0700 Subject: Enable termios on iOS and move it to Tier 2 --- src/sys/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/sys/mod.rs b/src/sys/mod.rs index 783b8364..627f7697 100644 --- a/src/sys/mod.rs +++ b/src/sys/mod.rs @@ -38,7 +38,6 @@ pub mod syscall; #[cfg(any(target_os = "linux"))] pub mod reboot; -#[cfg(not(target_os = "ios"))] pub mod termios; #[cfg(any(target_os = "linux", target_os = "android"))] -- cgit v1.2.3