We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae168d commit 178531aCopy full SHA for 178531a
testable-simd-models/src/core_arch/arm_shared/models/mod.rs
@@ -9,7 +9,7 @@
9
//! operations like simd_cast or simd_shuffle might need a little modification
10
//! for correct compilation.
11
//!
12
-//! Calls to transmute are replaced with either an explicit call to a BitVec::from_ function,
+//! Calls to transmute are replaced with either an explicit call to a `BitVec::from_ function`,
13
//! or with .into().
14
15
//! Sometimes, an intrinsic in Rust is implemented by directly using the corresponding
0 commit comments