diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:28:10 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-10 22:28:10 +0200 |
| commit | b4011176cc4b68aed77a6946610a3dcf3b938e95 (patch) | |
| tree | 65120528263f2330b06829fecf2c4a76052069c7 /crates/atuin-client/src/history.rs | |
| parent | chore: Remove more useless code (diff) | |
| download | atuin-b4011176cc4b68aed77a6946610a3dcf3b938e95.zip | |
chore: Turn all `allow`s into into `expect`s
Diffstat (limited to 'crates/atuin-client/src/history.rs')
| -rw-r--r-- | crates/atuin-client/src/history.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/src/history.rs b/crates/atuin-client/src/history.rs index 16f7d85a..aa0d84d5 100644 --- a/crates/atuin-client/src/history.rs +++ b/crates/atuin-client/src/history.rs @@ -139,7 +139,7 @@ impl History { }) } - #[allow(clippy::too_many_arguments)] + #[expect(clippy::too_many_arguments)] fn new( timestamp: OffsetDateTime, command: String, |
