aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/client/search.rs
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-02-10 17:25:43 +0000
committerGitHub <noreply@github.com>2023-02-10 17:25:43 +0000
commitedda1b741a4a0816eb6e62eafd69fc9896603cf5 (patch)
treecc5cb45caecc4fbe6b34e08f2347fdfdf897d0b5 /src/command/client/search.rs
parentBump debian from bullseye-20221205-slim to bullseye-20230208-slim (#701) (diff)
downloadatuin-edda1b741a4a0816eb6e62eafd69fc9896603cf5.zip
crossterm support (#331)
* crossterm v2 * patch crossterm * fix-version * no more tui dependency * lints
Diffstat (limited to '')
-rw-r--r--src/command/client/search.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/client/search.rs b/src/command/client/search.rs
index 53471ec1..9321f117 100644
--- a/src/command/client/search.rs
+++ b/src/command/client/search.rs
@@ -13,7 +13,6 @@ use super::history::ListMode;
mod cursor;
mod duration;
-mod event;
mod history_list;
mod interactive;
pub use duration::{format_duration, format_duration_into};