Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Mar 26, 2024
1 parent 9a518a2 commit fc6aabe
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 fc6aabe

Please sign in to comment.