Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Borcherding committed Nov 21, 2024
1 parent 61c3480 commit 9e60126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/match_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ fn matches() {
let mut original_data = Vec::new();
let mut reconstructed = Vec::new();

let mut assert_seq_equal = |seq1, seq2, reconstructed: &mut Vec<u8>| {
let assert_seq_equal = |seq1, seq2, reconstructed: &mut Vec<u8>| {
assert_eq!(seq1, seq2);
match seq2 {
Sequence::Literals { literals } => reconstructed.extend_from_slice(literals),
Expand Down

0 comments on commit 9e60126

Please sign in to comment.