mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
fixed datamatrix detection (incorrect) in ean13 2
This commit is contained in:
@@ -255,6 +255,7 @@ impl fmt::Display for SymbolInfo {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct SymbolInfoLookup<'a>(Option<&'a Vec<SymbolInfo>>);
|
||||
impl<'a> SymbolInfoLookup<'a> {
|
||||
pub const fn new() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user