Skip to content

chore(deps): update hashbrown requirement from 0.13.2 to 0.14.2 #224

chore(deps): update hashbrown requirement from 0.13.2 to 0.14.2

chore(deps): update hashbrown requirement from 0.13.2 to 0.14.2 #224

Triggered via pull request November 21, 2023 04:34
@alxiongalxiong
synchronize #386
Status Success
Total duration 23s
Artifacts

commit-title.yaml

on: pull_request_target
Fit to window
Zoom out
Zoom in

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)]`