basic clippy fixes

This commit is contained in:
Henry Schimke
2023-10-28 10:57:42 -05:00
parent 88a4083799
commit 4c9ec95d00
6 changed files with 10 additions and 10 deletions

View File

@@ -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);
// }