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