Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Mar 23, 2024
1 parent 1d007e1 commit caa29f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/nibble/nibble_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl NibblePath {
}

/// Similar to `new()` but assumes that the bytes have one less nibble.
// Unlike `new`, this function is not used under all feature combinations - so
// Unlike `new`, this function is not used under all feature combinations - so
// we #[allow(unused)] to silence the warnings
#[allow(unused)]
pub(crate) fn new_odd(bytes: Vec<u8>) -> Self {
Expand Down

0 comments on commit caa29f3

Please sign in to comment.