mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +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::indexing_slicing,
|
||||||
clippy::wildcard_imports,
|
clippy::wildcard_imports,
|
||||||
clippy::needless_borrow,
|
clippy::needless_borrow,
|
||||||
clippy::cast_lossless,
|
clippy::cast_lossless
|
||||||
clippy::unwrap_used,
|
|
||||||
clippy::expect_used
|
|
||||||
)]
|
)]
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::match_bool,
|
clippy::match_bool,
|
||||||
|
|||||||
Reference in New Issue
Block a user