mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Enable clippy::explicit_into_iter_loop
This commit is contained in:
@@ -2162,7 +2162,7 @@ async fn check_verified_properties(
|
||||
)
|
||||
.await?;
|
||||
|
||||
for (to_addr, mut is_verified) in rows.into_iter() {
|
||||
for (to_addr, mut is_verified) in rows {
|
||||
info!(
|
||||
context,
|
||||
"check_verified_properties: {:?} self={:?}",
|
||||
|
||||
Reference in New Issue
Block a user