Skip to content

Commit

Permalink
Update lib.rs to remove const_err
Browse files Browse the repository at this point in the history
This PR only removed `const_err` since it will be a hard error in future: rust-lang/rust#71800
  • Loading branch information
marcsvll authored Dec 23, 2022
1 parent 1dc8109 commit 6d6570c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#![deny(
nonstandard_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,
Expand Down

0 comments on commit 6d6570c

Please sign in to comment.