mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
basic clippy fixes
This commit is contained in:
@@ -44,10 +44,10 @@ fn testDecodingRowByRow() {
|
||||
|
||||
// let tester = ;
|
||||
|
||||
assert!(|| -> Result<Vec<ExpandedPair>> {
|
||||
assert!({
|
||||
rssExpandedReader.decodeRow2pairs(firstRowNumber as u32, &firstRow)
|
||||
// fail(NotFoundException.class.getName() + " expected");
|
||||
}()
|
||||
}
|
||||
.is_err());
|
||||
|
||||
assert_eq!(1, rssExpandedReader.getRows().len());
|
||||
|
||||
Reference in New Issue
Block a user