chore: Remove unnecessary lifetimes
This commit is contained in:
committed by
strawberry
parent
99081fd7d2
commit
13a546056e
@@ -300,7 +300,7 @@ where
|
||||
event_id: &'a Id,
|
||||
}
|
||||
|
||||
impl<'a, Id> Ord for TieBreaker<'a, Id>
|
||||
impl<Id> Ord for TieBreaker<'_, Id>
|
||||
where
|
||||
Id: Ord,
|
||||
{
|
||||
@@ -320,7 +320,7 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a, Id> PartialOrd for TieBreaker<'a, Id>
|
||||
impl<Id> PartialOrd for TieBreaker<'_, Id>
|
||||
where
|
||||
Id: Ord,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user