From 33613d4a93bf4c0a68a38ab492688305c8e6673d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 7 Mar 2021 18:40:51 -0500 Subject: cleanup --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}; -- cgit v1.2.3-54-g00ecf