refactor: Updated the 2018 idiom lint to the 2021_compatibility lint

This commit is contained in:
2025-01-26 14:47:40 -07:00
parent 47a3ef1d8b
commit e8a6f740b9
52 changed files with 56 additions and 56 deletions
@@ -71,7 +71,7 @@ pub struct RadarrData<'a> {
pub add_list_exclusion: bool,
}
impl<'a> RadarrData<'a> {
impl RadarrData<'_> {
pub fn reset_delete_movie_preferences(&mut self) {
self.delete_movie_files = false;
self.add_list_exclusion = false;