Skip to content

Commit b3b5df6

Browse files
committed
Fix clippy errors
1 parent 5ce7206 commit b3b5df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/primitives/src/key.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ impl KeyComposer {
6262
///
6363
/// 1. Compute the ASCII byte representation of `struct_name` and call it `S`.
6464
/// 1. If `variant_name` is not empty then computes the ASCII byte representation and
65-
/// call it `V`. 1. Compute the ASCII byte representation of `field_name` and call
66-
/// it `F`. 1. Concatenate (`S` and `F`) or (`S`, `V` and `F`) using `::` as
67-
/// separator and call it `C`. 1. The `XXH32` hash of `C` is the storage key.
65+
/// call it `V`. 1. Compute the ASCII byte representation of `field_name` and call
66+
/// it `F`. 1. Concatenate (`S` and `F`) or (`S`, `V` and `F`) using `::` as
67+
/// separator and call it `C`. 1. The `XXH32` hash of `C` is the storage key.
6868
///
6969
/// # Note
7070
///

0 commit comments

Comments
 (0)