Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
marcsvll authored Dec 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -6,7 +6,6 @@
#![deny(
nonstandard_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,

0 comments on commit 6d6570c

Please sign in to comment.