update to 0.4.8

This commit is contained in:
Henry Schimke
2023-07-13 11:54:15 -05:00
parent 163bbd8576
commit bcb97f639e
23 changed files with 73 additions and 91 deletions

View File

@@ -79,7 +79,7 @@ impl MultipleBarcodeReader for PDF417Reader {
impl PDF417Reader {
pub fn new() -> Self {
Self::default()
Self
}
fn decode<B: Binarizer>(

View File

@@ -226,7 +226,7 @@ impl PDF417Writer {
temp
}
pub fn new() -> Self {
Self::default()
Self
}
}