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