mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
clippy fix
This commit is contained in:
parent
3df547111c
commit
cf4caa069d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ impl Eq for GameEventDefinition {}
|
||||||
|
|
||||||
impl PartialOrd for GameEventDefinition {
|
impl PartialOrd for GameEventDefinition {
|
||||||
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
|
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
|
||||||
self.id.partial_cmp(&other.id)
|
Some(self.id.cmp(&other.id))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue