Skip to content

Commit f44bc7f

Browse files
danieleadesdaniel.eades
authored andcommitted
remove unused 'unit' types
1 parent 1130ad2 commit f44bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/read/decoder_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ fn consume_with_short_reads_and_validate<R: Read>(
293293
expected_bytes: &[u8],
294294
decoded: &mut Vec<u8>,
295295
short_reader: &mut R,
296-
) -> () {
296+
) {
297297
let mut total_read = 0_usize;
298298
loop {
299299
assert!(

0 commit comments

Comments
 (0)