aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-24 06:33:51 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-24 06:33:51 -0400
commit6552f2d69eb0f19851dbebd21742b7bc9f37cc42 (patch)
tree164af15b47d0caaf274b51323ba1daab42ff8be4 /src/main.rs
parente9f475a611140d781bfb80fe18958374d7a54296 (diff)
downloadteleterm-6552f2d69eb0f19851dbebd21742b7bc9f37cc42.tar.gz
teleterm-6552f2d69eb0f19851dbebd21742b7bc9f37cc42.zip
move component_future to a separate crate
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index b9a7223..03cfc35 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,9 +15,6 @@ const _DUMMY_DEPENDENCY: &str = include_str!("../Cargo.toml");
mod prelude;
-#[macro_use]
-mod component_future;
-
mod async_stdin;
mod client;
mod cmd;