diff options
Diffstat (limited to 'crates/atuin-nucleo/matcher/src/fuzzy_optimal.rs')
| -rw-r--r-- | crates/atuin-nucleo/matcher/src/fuzzy_optimal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-nucleo/matcher/src/fuzzy_optimal.rs b/crates/atuin-nucleo/matcher/src/fuzzy_optimal.rs index 1bcebe2c..c3aad8c3 100644 --- a/crates/atuin-nucleo/matcher/src/fuzzy_optimal.rs +++ b/crates/atuin-nucleo/matcher/src/fuzzy_optimal.rs @@ -179,7 +179,7 @@ impl<H: Char> MatcherDataView<'_, H> { true } - #[allow(clippy::too_many_arguments)] + #[expect(clippy::too_many_arguments)] fn score_row<const FIRST_ROW: bool, const INDICES: bool, N: Char>( current_row: &mut [ScoreCell], matrix_cells: &mut [MatrixCell], |
