Skip to content

Commit

Permalink
update clippy lint name
Browse files Browse the repository at this point in the history
  • Loading branch information
hds committed Mar 13, 2023
1 parent db7554a commit e96be29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console-api/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl From<&dyn std::fmt::Debug> for field::Value {
// or vice versa. However, this is unavoidable here, because `prost` generates
// a struct with `#[derive(PartialEq)]`, but we cannot add`#[derive(Hash)]` to the
// generated code.
#[allow(clippy::derive_hash_xor_eq)]
#[allow(clippy::derived_hash_with_manual_eq)]
impl Hash for field::Name {
fn hash<H: Hasher>(&self, state: &mut H) {
match self {
Expand Down

0 comments on commit e96be29

Please sign in to comment.