mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
Disable clippy unwrap/expect lints again
They still fail on tests
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
clippy::indexing_slicing,
|
||||
clippy::wildcard_imports,
|
||||
clippy::needless_borrow,
|
||||
clippy::cast_lossless,
|
||||
clippy::unwrap_used,
|
||||
clippy::expect_used
|
||||
clippy::cast_lossless
|
||||
)]
|
||||
#![allow(
|
||||
clippy::match_bool,
|
||||
|
||||
Reference in New Issue
Block a user