Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed May 4, 2024
1 parent 1e1defa commit cb01f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/v2/framing-sv2/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl Header {
})
}

/// Get the message length
/// Get the payload length
#[allow(clippy::len_without_is_empty)]
#[inline]
pub fn len(&self) -> usize {
Expand Down

0 comments on commit cb01f3f

Please sign in to comment.