Skip to content

Commit 779f1a0

Browse files
aplanasansasaki
authored andcommitted
keylime-agent: remove const_err deny
In 1.66 / 1.66.1 const_err is already a hard error, and was enabled as such as long ago. New compilers will complain in case that this is still used: warning: lint `const_err` has been removed: converted into hard error More info: rust-lang/rust#71800
1 parent 32a5180 commit 779f1a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

keylime-agent/src/main.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,

0 commit comments

Comments
 (0)