Skip to content

Commit cb6f817

Browse files
committed
Suppress spurious clippy error.
1 parent 6649ebc commit cb6f817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/raw/sse2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ impl Group {
2828
/// value for an empty hash table.
2929
///
3030
/// This is guaranteed to be aligned to the group size.
31+
#[allow(clippy::items_after_statements)]
3132
pub const fn static_empty() -> &'static [u8; Group::WIDTH] {
3233
#[repr(C)]
3334
struct AlignedBytes {

0 commit comments

Comments
 (0)