aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index e0bd91f..da46ba6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,7 +7,7 @@ mod input;
pub use input::{Input, Key, RawGuard};
#[cfg(feature = "async")]
-pub mod r#async;
+mod r#async;
#[cfg(feature = "async")]
pub use r#async::{Output, ScreenGuard};