diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 15:58:25 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 15:58:25 +0200 |
| commit | 7bee7bed25b157f306b502f9ddbd31274e30ce74 (patch) | |
| tree | 652f4e1f1b529a6287dd98be23d9e73833ce7954 /crates/turtle/src/command/client | |
| parent | perf: Add basic profiling framework (diff) | |
| download | atuin-7bee7bed25b157f306b502f9ddbd31274e30ce74.zip | |
fix(config): Don't write non-TOML default config files
Diffstat (limited to 'crates/turtle/src/command/client')
| -rw-r--r-- | crates/turtle/src/command/client/search/interactive.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/turtle/src/command/client/search/interactive.rs b/crates/turtle/src/command/client/search/interactive.rs index 49d483b0..b8cf53db 100644 --- a/crates/turtle/src/command/client/search/interactive.rs +++ b/crates/turtle/src/command/client/search/interactive.rs @@ -2475,7 +2475,7 @@ mod tests { } #[test] - #[allow(clippy::similar_names)] + #[expect(clippy::similar_names)] fn test_vim_ctrl_u_d_half_page_scroll() { use ratatui::crossterm::event::{KeyCode, KeyEvent, KeyModifiers}; @@ -2535,7 +2535,7 @@ mod tests { } #[test] - #[allow(clippy::similar_names)] + #[expect(clippy::similar_names)] fn test_vim_ctrl_f_b_full_page_scroll() { use ratatui::crossterm::event::{KeyCode, KeyEvent, KeyModifiers}; |
