mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
removed todo!() from qrcode_version.rs
This commit is contained in:
@@ -27,8 +27,8 @@ use once_cell::sync::Lazy;
|
||||
|
||||
pub type VersionRef = &'static Version;
|
||||
|
||||
static VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::buildVersions);
|
||||
static MICRO_VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::build_micro_versions);
|
||||
pub static VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::buildVersions);
|
||||
pub static MICRO_VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::build_micro_versions);
|
||||
|
||||
/**
|
||||
* See ISO 18004:2006 Annex D.
|
||||
|
||||
Reference in New Issue
Block a user