Skip to content

Fix cradit handling #294

Fix cradit handling

Fix cradit handling #294

GitHub Actions / clippy succeeded Oct 9, 2023 in 1s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.75.0-nightly (bf9a1c8a1 2023-10-08)
  • cargo 1.75.0-nightly (794d0a825 2023-10-03)
  • clippy 0.1.75 (bf9a1c8 2023-10-08)

Annotations

Check warning on line 169 in codec/src/types/variant.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`

warning: lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
   --> codec/src/types/variant.rs:169:9
    |
169 | #[allow(clippy::derive_hash_xor_eq)]
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::derived_hash_with_manual_eq`
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default