Skip to content

Commit

Permalink
fix: allow clippy::too_many_lines for forget::matches()
Browse files Browse the repository at this point in the history
  • Loading branch information
jullanggit committed Nov 29, 2024
1 parent 3135f82 commit 62e415e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/commands/forget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ impl KeepOptions {
/// # Returns
///
/// The list of reasons why the snapshot should be kept
#[allow(clippy::too_many_lines)]
fn matches(
&mut self,
sn: &SnapshotFile,
Expand Down

0 comments on commit 62e415e

Please sign in to comment.