From c77f8dda328a84a75833893b647cc86428d60d43 Mon Sep 17 00:00:00 2001 From: Marcus de Lima Date: Fri, 23 Dec 2022 07:51:44 -0300 Subject: [PATCH] update to remove const_err Signed-off-by: Marcus de Lima --- cryptoki/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptoki/src/lib.rs b/cryptoki/src/lib.rs index 7718602d..336231e2 100644 --- a/cryptoki/src/lib.rs +++ b/cryptoki/src/lib.rs @@ -21,7 +21,6 @@ // This list comes from // https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md #![deny(bad_style, - const_err, dead_code, improper_ctypes, non_shorthand_field_patterns,