Skip to content

ref(merkle): rework API #157

ref(merkle): rework API

ref(merkle): rework API #157

Triggered via pull request May 2, 2024 13:16
Status Success
Total duration 54s
Billable time 1m
Artifacts

nostd.yml

on: pull_request
Matrix: nostd
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
[clippy] lib/crypto/src/hash.rs#L131: lib/crypto/src/hash.rs#L131
warning: item name starts with its containing module's name --> lib/crypto/src/hash.rs:131:8 | 131 | pub fn hash_pair<S, H>(a: &H, b: &H, mut state: S) -> S::Output | ^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions note: the lint level is defined here --> lib/crypto/src/lib.rs:3:22 | 3 | #![warn(clippy::all, clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::module_name_repetitions)]` implied by `#[warn(clippy::pedantic)]`
[clippy] lib/crypto/src/hash.rs#L131: lib/crypto/src/hash.rs#L131
warning: item name starts with its containing module's name --> lib/crypto/src/hash.rs:131:8 | 131 | pub fn hash_pair<S, H>(a: &H, b: &H, mut state: S) -> S::Output | ^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions note: the lint level is defined here --> lib/crypto/src/lib.rs:3:22 | 3 | #![warn(clippy::all, clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::module_name_repetitions)]` implied by `#[warn(clippy::pedantic)]`