Skip to content

Commit

Permalink
we need to tidy up the ui code anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed Oct 19, 2023
1 parent 0ee73da commit 62ee66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atuin/src/command/client/search/interactive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ impl Write for Stdout {
// this is a big blob of horrible! clean it up!
// for now, it works. But it'd be great if it were more easily readable, and
// modular. I'd like to add some more stats and stuff at some point
#[allow(clippy::cast_possible_truncation)]
#[allow(clippy::cast_possible_truncation, clippy::too_many_lines)]
pub async fn history(
query: &[String],
settings: &Settings,
Expand Down

0 comments on commit 62ee66e

Please sign in to comment.