Skip to content

Commit

Permalink
Merge pull request #270 from marshallpierce/mp/clippy
Browse files Browse the repository at this point in the history
Appease clippy
  • Loading branch information
marshallpierce committed Mar 26, 2024
2 parents 9a518a2 + fc6aabe commit bf15ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read/decoder_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn trailing_junk() {
break;
}
Ok(0) => break,
Ok(_) => (),
Ok(_len) => (),
}
}

Expand Down

0 comments on commit bf15ccf

Please sign in to comment.