We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f87bdf + e9957e0 commit d108056Copy full SHA for d108056
src/raw/generic.rs
@@ -52,6 +52,7 @@ impl Group {
52
/// value for an empty hash table.
53
///
54
/// This is guaranteed to be aligned to the group size.
55
+ #[inline]
56
pub const fn static_empty() -> &'static [u8; Group::WIDTH] {
57
#[repr(C)]
58
struct AlignedBytes {
src/raw/sse2.rs
@@ -28,6 +28,7 @@ impl Group {
28
29
30
31
32
#[allow(clippy::items_after_statements)]
33
34
0 commit comments