mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Enable clippy::unused_async lint
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
clippy::indexing_slicing,
|
||||
clippy::wildcard_imports,
|
||||
clippy::needless_borrow,
|
||||
clippy::cast_lossless
|
||||
clippy::cast_lossless,
|
||||
clippy::unused_async
|
||||
)]
|
||||
#![allow(
|
||||
clippy::match_bool,
|
||||
|
||||
Reference in New Issue
Block a user