Skip to content

Commit

Permalink
keylime-agent: remove const_err deny
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aplanas committed Jan 16, 2023
1 parent 762cec8 commit a44207e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keylime-agent/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#![deny(
nonstandard_style,
const_err,
dead_code,
improper_ctypes,
non_shorthand_field_patterns,
Expand Down

0 comments on commit a44207e

Please sign in to comment.