Skip to content

Commit 078ea03

Browse files
committed
Update lib.rs and main.rs to remove const_err
Signed-off-by: Marcus de Lima <[email protected]>
1 parent 696f0bc commit 078ea03

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/bin/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//! [here](https://parallaxsecond.github.io/parsec-book/user_guides/configuration.html)
1212
#![deny(
1313
nonstandard_style,
14-
const_err,
1514
dead_code,
1615
improper_ctypes,
1716
non_shorthand_field_patterns,

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//! [Parsec Book](https://parallaxsecond.github.io/parsec-book/index.html).
99
#![deny(
1010
nonstandard_style,
11-
const_err,
1211
dead_code,
1312
improper_ctypes,
1413
non_shorthand_field_patterns,

0 commit comments

Comments
 (0)