aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-07 18:40:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-07 18:40:51 -0500
commit33613d4a93bf4c0a68a38ab492688305c8e6673d (patch)
tree5bfc266fd3477e03f633f91b25188d866daea583 /src
parentae4f5469711705e2686fd2be65e4fbc700f93e12 (diff)
downloadtextmode-33613d4a93bf4c0a68a38ab492688305c8e6673d.tar.gz
textmode-33613d4a93bf4c0a68a38ab492688305c8e6673d.zip
cleanup
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};