Clippy fixes

This commit is contained in:
mdecimus
2024-06-18 15:30:41 +02:00
parent aa4a11baf7
commit ae2a67422f
15 changed files with 459 additions and 148 deletions

View File

@@ -159,7 +159,7 @@ async fn report_scheduler() {
}
QueueClass::TlsReportHeader(event) => {
if event.domain != last_domain {
last_domain = event.domain.clone();
last_domain.clone_from(&event.domain);
total_tls += 1;
}
total_tls_policies += 1;