From 0725fe38f8eafe647f7ff20bb2313329be6986bc Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 21 May 2022 14:12:23 +0000 Subject: [PATCH] Disable clippy unwrap/expect lints again They still fail on tests --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 53fa25f28..62214f21e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,