From 32710ad6fc5864ddaed8fb9aa7042441ae20f92d Mon Sep 17 00:00:00 2001 From: Marcus de Lima Date: Fri, 23 Dec 2022 07:27:45 -0300 Subject: [PATCH] update to remove const_err Signed-off-by: Marcus de Lima --- psa-crypto-sys/build.rs | 1 - psa-crypto/src/lib.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/psa-crypto-sys/build.rs b/psa-crypto-sys/build.rs index fe3063b..6a5b375 100644 --- a/psa-crypto-sys/build.rs +++ b/psa-crypto-sys/build.rs @@ -3,7 +3,6 @@ #![deny( nonstandard_style, - const_err, dead_code, improper_ctypes, non_shorthand_field_patterns, diff --git a/psa-crypto/src/lib.rs b/psa-crypto/src/lib.rs index db16a71..4270e2c 100644 --- a/psa-crypto/src/lib.rs +++ b/psa-crypto/src/lib.rs @@ -12,7 +12,6 @@ #![cfg_attr(feature = "no-std", no_std)] #![deny( nonstandard_style, - const_err, dead_code, improper_ctypes, non_shorthand_field_patterns,