diff options
Diffstat (limited to 'src/command/client/history.rs')
| -rw-r--r-- | src/command/client/history.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/client/history.rs b/src/command/client/history.rs index fe5bfcbe..07f4b319 100644 --- a/src/command/client/history.rs +++ b/src/command/client/history.rs @@ -15,6 +15,7 @@ use atuin_client::{ #[cfg(feature = "sync")] use atuin_client::sync; +use log::debug; use super::search::format_duration; |
