summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-03-21 22:18:54 +0100
committerrabite <rabite@posteo.de>2019-03-21 22:18:54 +0100
commitbb917a0dad8922c3a629450aba1e7da905e36c1a (patch)
tree5c4f97025186812e7cad696932dc5c57ccdecfe6
parente4a2749ee0671c7d112b0ab6cabb8e61f8c0f9c0 (diff)
remove reference to async_widget from main
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 7cd144b..0042ff0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,7 +39,6 @@ mod textview;
mod widget;
mod hbox;
mod tabview;
-mod async_widget;
mod fail;
mod minibuffer;
mod proclist;