mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
basic clippy fixes
This commit is contained in:
@@ -452,7 +452,7 @@ fn createDecoderRXingResult(
|
||||
}
|
||||
}
|
||||
}
|
||||
let ambiguousIndexValues = Vec::from_iter(ambiguousIndexValuesList.into_iter());
|
||||
let ambiguousIndexValues = Vec::from_iter(ambiguousIndexValuesList);
|
||||
// for value in ambiguousIndexValuesList {
|
||||
// ambiguousIndexValues.push(value);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user