Skip to content

Commit

Permalink
Remove vestigial comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Oct 18, 2024
1 parent 979e71b commit 6d4ffd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/xxhash3_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ impl<S> SecretBuffer<S> {

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

0 comments on commit 6d4ffd4

Please sign in to comment.