Skip to content

Commit cf1cf2e

Browse files
committed
remove a use of core::intrinsics::size_of
use of the intrinsic, rather than the stable function, is probably an accident.
1 parent bcd6665 commit cf1cf2e

File tree

1 file changed

+0
-1
lines changed
  • library/stdarch/crates/core_arch/src/x86

1 file changed

+0
-1
lines changed

library/stdarch/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)