Skip to content

Commit

Permalink
ignore clippy ptr arg warning
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbaculi committed Mar 17, 2024
1 parent d7737e6 commit 5899d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arrangement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ mod test_generate_fingering_combos {
}
}

#[allow(clippy::ptr_arg)]
/// Checks if there are any duplicate strings in a vector of `Fingering`
/// objects to ensure that all pitches can be played.
fn no_duplicate_strings(beat_fingering_option: &Vec<&PitchFingering>) -> bool {
Expand Down

0 comments on commit 5899d24

Please sign in to comment.