Skip to content

Commit 6d4ffd4

Browse files
committed
Remove vestigial comment
1 parent 979e71b commit 6d4ffd4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/xxhash3_64.rs

-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ impl<S> SecretBuffer<S> {
250250

251251
impl SecretBuffer<&'static [u8; DEFAULT_SECRET_LENGTH]> {
252252
/// Use the default seed and secret values while allocating nothing.
253-
///
254-
/// Note that this type may take up a surprising amount of stack space.
255253
#[inline]
256254
pub const fn default() -> Self {
257255
SecretBuffer {

0 commit comments

Comments
 (0)