From 702a644f68c687142c9a03b48cf451665ed41b62 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Sun, 11 Sep 2022 16:24:16 +0100 Subject: better cursor search (#473) * improve cursor code * proper unicode support * refactor and test * fmt * clippy * move methods to state * refactor search modules --- src/command/client.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/command/client.rs') diff --git a/src/command/client.rs b/src/command/client.rs index b9d43b39..ae49b857 100644 --- a/src/command/client.rs +++ b/src/command/client.rs @@ -10,7 +10,6 @@ use atuin_common::utils::uuid_v4; #[cfg(feature = "sync")] mod sync; -mod event; mod history; mod import; mod init; -- cgit v1.3.1