chore: make it possible override clippy all (#1698)

* chore: make it possible override `clippy all`

* chore: fix clippy lints

* Update Cargo.toml
This commit is contained in:
Niklas Adolfsson
2024-07-29 17:43:33 +02:00
committed by GitHub
parent c3267ed488
commit 39d130ec69
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ impl StorageHasher {
///
/// 1. A fixed size hash. (not present for [`StorageHasher::Identity`]).
/// 2. The SCALE encoded key that was used as an input to the hasher (only present for
/// [`StorageHasher::Twox64Concat`], [`StorageHasher::Blake2_128Concat`] or [`StorageHasher::Identity`]).
/// [`StorageHasher::Twox64Concat`], [`StorageHasher::Blake2_128Concat`] or [`StorageHasher::Identity`]).
///
/// This function returns the number of bytes used to represent the first of these.
pub fn len_excluding_key(&self) -> usize {