Clippy fixes #45

Merged
muellerr merged 3 commits from clippy-fixes into main 2023-06-25 22:50:43 +02:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 993c5546e4 - Show all commits

View File

@ -479,7 +479,7 @@ impl VerificationReporterCore {
)) ))
} }
// Not public, too many arguments is acceptable for this case. // Internal helper function, too many arguments is acceptable for this case.
#[allow(clippy::too_many_arguments)] #[allow(clippy::too_many_arguments)]
fn sendable_failure_no_step<'src_data, State: Copy>( fn sendable_failure_no_step<'src_data, State: Copy>(
&mut self, &mut self,