From 3a1e6c37465cb161b9fbc438e0fb1edf127c9564 Mon Sep 17 00:00:00 2001 From: Marcus de Lima Date: Fri, 23 Dec 2022 06:53:58 -0300 Subject: [PATCH] update to remove const_err Signed-off-by: Marcus de Lima --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7b33cf3..47cadec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,6 @@ // SPDX-License-Identifier: Apache-2.0 #![deny( nonstandard_style, - const_err, dead_code, improper_ctypes, non_shorthand_field_patterns,