aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management
Apache License 2.0
124 stars 81 forks source link

eif_loader: Fix clippy warning (clippy::derive_partial_eq_without_eq) #402

Closed andraprs closed 2 years ago

andraprs commented 2 years ago
error: you are deriving PartialEq and can implement Eq --> eif_loader/src/lib.rs:21:17 21 #[derive(Debug, PartialEq)] ^^^^^^^^^ help: consider deriving Eq as well: PartialEq, Eq

note: the lint level is defined here --> eif_loader/src/lib.rs:3:9 | 3 | #![deny(warnings)] | ^^^^^^^^ = note: #[deny(clippy::derive_partial_eq_without_eq)] implied by #[deny(warnings)] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq error: could not compile eif_loader due to previous error

Signed-off-by: Andra Paraschiv andraprs@amazon.com

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.