chore(deps): update hashbrown requirement from 0.13.2 to 0.14.2 #224
Annotations
1 error
lint `clippy::incorrect_partial_ord_impl_on_ord_type` has been renamed to `clippy::non_canonical_partial_ord_impl`:
primitives/src/merkle_tree/hasher.rs#L40
error: lint `clippy::incorrect_partial_ord_impl_on_ord_type` has been renamed to `clippy::non_canonical_partial_ord_impl`
--> primitives/src/merkle_tree/hasher.rs:40:10
|
40 | #![allow(clippy::incorrect_partial_ord_impl_on_ord_type)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::non_canonical_partial_ord_impl`
|
note: the lint level is defined here
--> primitives/src/lib.rs:11:9
|
11 | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(renamed_and_removed_lints)]` implied by `#[deny(warnings)]`
|