mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Enable cloned_instead_of_copied clippy lint
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
clippy::needless_borrow,
|
||||
clippy::cast_lossless,
|
||||
clippy::unused_async,
|
||||
clippy::explicit_iter_loop
|
||||
clippy::explicit_iter_loop,
|
||||
clippy::cloned_instead_of_copied
|
||||
)]
|
||||
#![allow(
|
||||
clippy::match_bool,
|
||||
|
||||
Reference in New Issue
Block a user