Skip to content

Commit 90e1550

Browse files
Update testable-simd-models/src/core_arch/arm_shared/models/mod.rs
Co-authored-by: maximebuyse <[email protected]>
1 parent af40445 commit 90e1550

File tree

1 file changed

+1
-1
lines changed
  • testable-simd-models/src/core_arch/arm_shared/models

1 file changed

+1
-1
lines changed

testable-simd-models/src/core_arch/arm_shared/models/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! for correct compilation.
1111
//!
1212
//! Calls to transmute are replaced with either an explicit call to a `BitVec::from_ function`,
13-
//! or with .into().
13+
//! or with `.into()`.
1414
//!
1515
//! Sometimes, an intrinsic in Rust is implemented by directly using the corresponding
1616
//! LLVM instruction via an `unsafe extern "C"` module. In thosse cases, the corresponding

0 commit comments

Comments
 (0)