Skip to content

Commit

Permalink
More clippy fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 12, 2024
1 parent 4aede95 commit 5089202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yescrypt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ pub unsafe fn yescrypt_digest_shared(mut shared: *mut Shared) -> *mut Binary {
*tag.offset(11 as libc::c_int as isize),
);

#[allow(static_mut_refs)]
return &mut digest;
}

Expand Down

0 comments on commit 5089202

Please sign in to comment.