diff options
| author | Conrad Ludgate <conradludgate@gmail.com> | 2022-09-11 16:24:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-11 16:24:16 +0100 |
| commit | 702a644f68c687142c9a03b48cf451665ed41b62 (patch) | |
| tree | 5621dc20001662f556532745d800ed5dc3607673 /src/command/client.rs | |
| parent | Add index for interactive search (#493) (diff) | |
| download | atuin-702a644f68c687142c9a03b48cf451665ed41b62.zip | |
better cursor search (#473)
* improve cursor code
* proper unicode support
* refactor and test
* fmt
* clippy
* move methods to state
* refactor search modules
Diffstat (limited to '')
| -rw-r--r-- | src/command/client.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
