mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
chore: various cleanups, version bump 0.4.12
This commit is contained in:
@@ -404,7 +404,7 @@ struct InputEdge {
|
||||
cachedTotalSize: usize,
|
||||
}
|
||||
impl InputEdge {
|
||||
const FNC1_UNICODE: &str = "\u{1000}";
|
||||
const FNC1_UNICODE: &'static str = "\u{1000}";
|
||||
|
||||
pub fn new(
|
||||
c: &str,
|
||||
|
||||
@@ -63,7 +63,7 @@ pub fn get_predefined_genericgf(request: PredefinedGenericGF) -> GenericGFRef {
|
||||
PredefinedGenericGF::DataMatrixField256 | PredefinedGenericGF::AztecData8 => {
|
||||
&DATA_MATRIX_FIELD_256
|
||||
} // x^8 + x^5 + x^3 + x^2 + 1
|
||||
// PredefinedGenericGF::PDF417 => &PDF_417_FIELD,
|
||||
// PredefinedGenericGF::PDF417 => &PDF_417_FIELD,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user