From c42864164721f80865a419489d61ba38f247d8af Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Mon, 23 Sep 2024 15:25:18 -0400 Subject: [PATCH] revert lint change --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index faa8a783f..4d77745a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,7 @@ indexing-slicing = "deny" arithmetic-side-effects = "deny" type_complexity = "allow" unwrap-used = "deny" +manual_inspect = "allow" [workspace.dependencies] cargo-husky = { version = "1", default-features = false }