mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-03-05 19:49:44 +00:00
Clean up source error
This commit is contained in:
parent
012f0b87fb
commit
066111951f
|
@ -14,6 +14,8 @@ pub enum Version {
|
||||||
Integer(u64),
|
Integer(u64),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// All versions are needed, even if a source is disabled at compile-time.
|
||||||
|
#[allow(dead_code)]
|
||||||
impl Version {
|
impl Version {
|
||||||
/// Coarses versions into semver versions. This will use a integer version as the major
|
/// Coarses versions into semver versions. This will use a integer version as the major
|
||||||
/// field if required.
|
/// field if required.
|
||||||
|
|
Loading…
Reference in a new issue