Skip to content

Commit 94b9fa9

Browse files
committed
new: Dropped const_err lint as it's been dropped. rust-lang/rust#71800 for more info
1 parent 1b9bac5 commit 94b9fa9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
unused_import_braces,
1313
unused_qualifications,
1414
bad_style,
15-
const_err,
1615
dead_code,
1716
improper_ctypes,
1817
non_shorthand_field_patterns,

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
unused_import_braces,
1414
unused_qualifications,
1515
bad_style,
16-
const_err,
1716
dead_code,
1817
improper_ctypes,
1918
non_shorthand_field_patterns,

0 commit comments

Comments
 (0)