refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
@@ -134,7 +134,7 @@ impl From<RadarrEvent> for NetworkEvent {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a, 'b> Network<'a, 'b> {
|
||||
impl Network<'_, '_> {
|
||||
pub async fn handle_radarr_event(
|
||||
&mut self,
|
||||
radarr_event: RadarrEvent,
|
||||
|
||||
Reference in New Issue
Block a user