Skip to content

Commit 86a71cd

Browse files
committed
Remove const_err from tests files
Signed-off-by: Marcus de Lima <[email protected]>
1 parent 078ea03 commit 86a71cd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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,

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,

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,

0 commit comments

Comments
 (0)