clippy --fix

This commit is contained in:
Henry Schimke
2023-01-05 11:00:46 -06:00
parent 20764559ae
commit 453fc41f3f
5 changed files with 6 additions and 6 deletions

View File

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