mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
dont'clone a reference
This commit is contained in:
@@ -114,7 +114,7 @@ impl PDF417Reader {
|
|||||||
Self::getMaxCodewordWidth(points),
|
Self::getMaxCodewordWidth(points),
|
||||||
)?;
|
)?;
|
||||||
let mut result = RXingResult::new(
|
let mut result = RXingResult::new(
|
||||||
decoderRXingResult.getText().clone(),
|
decoderRXingResult.getText(),
|
||||||
decoderRXingResult.getRawBytes().clone(),
|
decoderRXingResult.getRawBytes().clone(),
|
||||||
points_filtered,
|
points_filtered,
|
||||||
BarcodeFormat::PDF_417,
|
BarcodeFormat::PDF_417,
|
||||||
|
|||||||
Reference in New Issue
Block a user