Skip to content

Commit cd27c94

Browse files
authored
Merge pull request #122 from wiktor-k/remove-const-err
Update to remove const_err lint
2 parents 9934be7 + 37c3fcd commit cd27c94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cryptoki/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
// This list comes from
2222
// https://github.com/rust-unofficial/patterns/blob/master/anti_patterns/deny-warnings.md
2323
#![deny(bad_style,
24-
const_err,
2524
dead_code,
2625
improper_ctypes,
2726
non_shorthand_field_patterns,

0 commit comments

Comments
 (0)