refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
@@ -20,7 +20,7 @@ pub(super) struct EpisodeDetailsHandler<'a, 'b> {
|
||||
_context: Option<ActiveSonarrBlock>,
|
||||
}
|
||||
|
||||
impl<'a, 'b> EpisodeDetailsHandler<'a, 'b> {
|
||||
impl EpisodeDetailsHandler<'_, '_> {
|
||||
handle_table_events!(
|
||||
self,
|
||||
episode_history,
|
||||
|
||||
Reference in New Issue
Block a user