Skip to content

Commit 6d6570c

Browse files
authored
Update lib.rs to remove const_err
This PR only removed `const_err` since it will be a hard error in future: rust-lang/rust#71800
1 parent 1dc8109 commit 6d6570c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
#![deny(
88
nonstandard_style,
9-
const_err,
109
dead_code,
1110
improper_ctypes,
1211
non_shorthand_field_patterns,

0 commit comments

Comments
 (0)