mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
clippy --fix
This commit is contained in:
@@ -24,7 +24,7 @@ use once_cell::sync::Lazy;
|
||||
|
||||
pub type VersionRef = &'static Version;
|
||||
|
||||
static VERSIONS: Lazy<Vec<Version>> = Lazy::new(|| Version::buildVersions());
|
||||
static VERSIONS: Lazy<Vec<Version>> = Lazy::new(Version::buildVersions);
|
||||
|
||||
/**
|
||||
* See ISO 18004:2006 Annex D.
|
||||
|
||||
Reference in New Issue
Block a user