Skip to content

Commit

Permalink
update to remove const_err
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus de Lima <marcus.lima@azion.com>
  • Loading branch information
marcsvll authored and gowthamsk-arm committed Mar 9, 2023
1 parent 4fdeb7d commit 32710ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion psa-crypto-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#![deny(
nonstandard_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,
Expand Down
1 change: 0 additions & 1 deletion psa-crypto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#![cfg_attr(feature = "no-std", no_std)]
#![deny(
nonstandard_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,
Expand Down

0 comments on commit 32710ad

Please sign in to comment.