refactor: Updated the 2018 idiom lint to the 2021_compatibility lint
This commit is contained in:
@@ -19,7 +19,7 @@ pub(super) struct EditIndexerHandler<'a, 'b> {
|
||||
_context: Option<ActiveRadarrBlock>,
|
||||
}
|
||||
|
||||
impl<'a, 'b> EditIndexerHandler<'a, 'b> {
|
||||
impl EditIndexerHandler<'_, '_> {
|
||||
fn build_edit_indexer_params(&mut self) -> EditIndexerParams {
|
||||
let edit_indexer_modal = self
|
||||
.app
|
||||
|
||||
Reference in New Issue
Block a user