Skip to content

Commit 5089202

Browse files
committed
More clippy fixups
1 parent 4aede95 commit 5089202

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yescrypt/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ pub unsafe fn yescrypt_digest_shared(mut shared: *mut Shared) -> *mut Binary {
654654
*tag.offset(11 as libc::c_int as isize),
655655
);
656656

657-
#[allow(static_mut_refs)]
658657
return &mut digest;
659658
}
660659

0 commit comments

Comments
 (0)