summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 21:51:50 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 21:51:50 -0500
commit726a7a424f7ddec97478490a0f3a25005dde45ac (patch)
tree499e2fad776e46a7a272806fc2bd10aa98e5610e /src/main.rs
parentf15674eb5c550423b8b7d02ac05bd36a9dec4040 (diff)
more work on textfield
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 7b70206..ed60083 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,7 +9,6 @@ mod preview;
mod run;
mod sort;
mod tab;
-mod textfield;
mod ui;
mod unix;
mod util;