mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
clippy: fix needless_borrow
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
missing_debug_implementations,
|
||||
clippy::all,
|
||||
clippy::indexing_slicing,
|
||||
clippy::wildcard_imports
|
||||
clippy::wildcard_imports,
|
||||
clippy::needless_borrow
|
||||
)]
|
||||
#![allow(clippy::match_bool, clippy::eval_order_dependence)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user