From edda1b741a4a0816eb6e62eafd69fc9896603cf5 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 10 Feb 2023 17:25:43 +0000 Subject: crossterm support (#331) * crossterm v2 * patch crossterm * fix-version * no more tui dependency * lints --- src/command/client/search.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command/client/search.rs') 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}; -- cgit v1.3.1