mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
Remove explicit .iter() and .iter_mut() calls in for loops
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
clippy::wildcard_imports,
|
||||
clippy::needless_borrow,
|
||||
clippy::cast_lossless,
|
||||
clippy::unused_async
|
||||
clippy::unused_async,
|
||||
clippy::explicit_iter_loop
|
||||
)]
|
||||
#![allow(
|
||||
clippy::match_bool,
|
||||
|
||||
Reference in New Issue
Block a user