chore: various cleanups, version bump 0.4.12

This commit is contained in:
Henry Schimke
2023-12-28 16:29:13 -06:00
parent c93594057b
commit 84a54d420d
12 changed files with 17 additions and 19 deletions

View File

@@ -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,

View File

@@ -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,
}
}