diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 20:45:15 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 20:45:15 +0200 |
| commit | abd0365c16ab2e65773f4c8d3b782c2e44128dc5 (patch) | |
| tree | 58011bca342adb6ff05aaf8a269ce12ee1b43f3d /crates/turtle/src/command/client/history.rs | |
| parent | build(flake): Expose nixos-module (diff) | |
| download | atuin-abd0365c16ab2e65773f4c8d3b782c2e44128dc5.zip | |
chore(treewide): Remove glob imports
Diffstat (limited to 'crates/turtle/src/command/client/history.rs')
| -rw-r--r-- | crates/turtle/src/command/client/history.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/turtle/src/command/client/history.rs b/crates/turtle/src/command/client/history.rs index fde73449..9f383a08 100644 --- a/crates/turtle/src/command/client/history.rs +++ b/crates/turtle/src/command/client/history.rs @@ -1043,7 +1043,9 @@ impl Cmd { mod tests { use time::macros::datetime; - use super::*; + use super::{ + History, Settings, TailEvent, TailKind, Timezone, normalize_command_for_storage, parse_fmt, + }; #[test] fn normalize_command_strips_trailing_spaces_and_tabs() { |
