Disable clippy unwrap/expect lints again

They still fail on tests
This commit is contained in:
link2xt
2022-05-21 14:12:23 +00:00
parent 73341394ee
commit 0725fe38f8

View File

@@ -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,