ref(merkle): rework API #157
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)]`
|