Skip to content

Commit 199285b

Browse files
Merge pull request #653 from marcsvll/rm_const_err
Update to remove const_err
2 parents 696f0bc + 86a71cd commit 199285b

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

Diff for: e2e_tests/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// SPDX-License-Identifier: Apache-2.0
33
#![deny(
44
nonstandard_style,
5-
const_err,
65
dead_code,
76
improper_ctypes,
87
non_shorthand_field_patterns,

Diff for: e2e_tests/tests/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#![deny(
55
nonstandard_style,
6-
const_err,
76
dead_code,
87
improper_ctypes,
98
non_shorthand_field_patterns,

Diff for: fuzz/build.rs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// SPDX-License-Identifier: Apache-2.0
33
#![deny(
44
nonstandard_style,
5-
const_err,
65
dead_code,
76
improper_ctypes,
87
non_shorthand_field_patterns,

Diff for: 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,

Diff for: 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)