refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
@@ -44,7 +44,7 @@ pub(super) struct LibraryHandler<'a, 'b> {
|
||||
context: Option<ActiveSonarrBlock>,
|
||||
}
|
||||
|
||||
impl<'a, 'b> LibraryHandler<'a, 'b> {
|
||||
impl LibraryHandler<'_, '_> {
|
||||
handle_table_events!(self, series, self.app.data.sonarr_data.series, Series);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user