Skip to content

Commit bcb720e

Browse files
QuietMisdreavusgnzlbg
authored andcommitted
rustfmt
1 parent 8ed6986 commit bcb720e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

stdsimd/mod.rs

+12-8
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,9 @@ pub mod arch {
361361

362362
/// Platform-specific intrinsics for the `x86` platform.
363363
///
364-
/// The documentation with the full listing of `x86` intrinsics is available in [libcore], but
365-
/// the module is re-exported here in std as well.
364+
/// The documentation with the full listing of `x86` intrinsics is
365+
/// available in [libcore], but the module is re-exported here in std
366+
/// as well.
366367
///
367368
/// [libcore]: ../../../core/arch/x86/index.html
368369
#[cfg(dox)]
@@ -371,8 +372,9 @@ pub mod arch {
371372

372373
/// Platform-specific intrinsics for the `x86_64` platform.
373374
///
374-
/// The documentation with the full listing of `x86_64` intrinsics is available in [libcore],
375-
/// but the module is re-exported here in std as well.
375+
/// The documentation with the full listing of `x86_64` intrinsics is
376+
/// available in [libcore], but the module is re-exported here in std
377+
/// as well.
376378
///
377379
/// [libcore]: ../../../core/arch/x86_64/index.html
378380
#[cfg(dox)]
@@ -381,8 +383,9 @@ pub mod arch {
381383

382384
/// Platform-specific intrinsics for the `arm` platform.
383385
///
384-
/// The documentation with the full listing of `arm` intrinsics is available in [libcore], but
385-
/// the module is re-exported here in std as well.
386+
/// The documentation with the full listing of `arm` intrinsics is
387+
/// available in [libcore], but the module is re-exported here in std
388+
/// as well.
386389
///
387390
/// [libcore]: ../../../core/arch/arm/index.html
388391
#[cfg(dox)]
@@ -391,8 +394,9 @@ pub mod arch {
391394

392395
/// Platform-specific intrinsics for the `aarch64` platform.
393396
///
394-
/// The documentation with the full listing of `aarch64` intrinsics is available in [libcore],
395-
/// but the module is re-exported here in std as well.
397+
/// The documentation with the full listing of `aarch64` intrinsics is
398+
/// available in [libcore], but the module is re-exported here in std
399+
/// as well.
396400
///
397401
/// [libcore]: ../../../core/arch/aarch64/index.html
398402
#[cfg(dox)]

0 commit comments

Comments
 (0)