Skip to content

Commit 7d11f2f

Browse files
authored
Merge pull request #1947 from folkertdev/remove-size_of-intrinsic-use
remove a use of `core::intrinsics::size_of`
2 parents 18b0977 + 1029753 commit 7d11f2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core_arch/src/x86/gfni.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ mod tests {
745745
#![allow(overflowing_literals)]
746746

747747
use core::hint::black_box;
748-
use core::intrinsics::size_of;
749748
use stdarch_test::simd_test;
750749

751750
use crate::core_arch::x86::*;

0 commit comments

Comments
 (0)