Chore cargo fmt

This commit is contained in:
Gijs Burghoorn 2023-08-06 15:54:48 +02:00 committed by Amanieu d'Antras
parent f0be271de9
commit 1c5eb32416
4 changed files with 4 additions and 4 deletions

View file

@ -2,4 +2,4 @@
mod zk;
pub use zk::*;
pub use zk::*;

View file

@ -455,4 +455,4 @@ pub unsafe fn sha512sum1r(rs1: u32, rs2: u32) -> u32 {
)
}
value
}
}

View file

@ -1,7 +1,7 @@
//! Shared RISC-V intrinsics
mod zk;
mod p;
mod zk;
#[unstable(feature = "stdsimd", issue = "27731")]
pub use p::*;

View file

@ -591,4 +591,4 @@ pub unsafe fn sm3p1(rs1: usize) -> usize {
)
}
value
}
}