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