mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
Reduce unwrap and expect usage
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
clippy::indexing_slicing,
|
||||
clippy::wildcard_imports,
|
||||
clippy::needless_borrow,
|
||||
clippy::cast_lossless
|
||||
clippy::cast_lossless,
|
||||
clippy::unwrap_used,
|
||||
clippy::expect_used
|
||||
)]
|
||||
#![allow(
|
||||
clippy::match_bool,
|
||||
|
||||
Reference in New Issue
Block a user