Skip to content

Commit

Permalink
Fix aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 6, 2023
1 parent 85724f6 commit ff1444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeroize/src/aarch64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{atomic_fence, volatile_write, Zeroize};
use core::arch::aarch64::*;

macro_rules! impl_zeroize_for_simd_register {
($(($type:ty, $vdupq:ident)),+) => {
($($type:ty),*) => {
$(
#[cfg_attr(docsrs, doc(cfg(target_arch = "aarch64")))]
impl Zeroize for $type {
Expand Down

0 comments on commit ff1444b

Please sign in to comment.