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