Skip to content

Commit bf15ccf

Browse files
Merge pull request #270 from marshallpierce/mp/clippy
Appease clippy
2 parents 9a518a2 + fc6aabe commit bf15ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/read/decoder_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ fn trailing_junk() {
7777
break;
7878
}
7979
Ok(0) => break,
80-
Ok(_) => (),
80+
Ok(_len) => (),
8181
}
8282
}
8383

0 commit comments

Comments
 (0)