Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus authored and gnzlbg committed Mar 9, 2018
1 parent 8ed6986 commit bcb720e
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions stdsimd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,9 @@ pub mod arch {

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

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

/// Platform-specific intrinsics for the `arm` platform.
///
/// The documentation with the full listing of `arm` intrinsics is available in [libcore], but
/// the module is re-exported here in std as well.
/// The documentation with the full listing of `arm` intrinsics is
/// available in [libcore], but the module is re-exported here in std
/// as well.
///
/// [libcore]: ../../../core/arch/arm/index.html
#[cfg(dox)]
Expand All @@ -391,8 +394,9 @@ pub mod arch {

/// Platform-specific intrinsics for the `aarch64` platform.
///
/// The documentation with the full listing of `aarch64` intrinsics is available in [libcore],
/// but the module is re-exported here in std as well.
/// The documentation with the full listing of `aarch64` intrinsics is
/// available in [libcore], but the module is re-exported here in std
/// as well.
///
/// [libcore]: ../../../core/arch/aarch64/index.html
#[cfg(dox)]
Expand Down

0 comments on commit bcb720e

Please sign in to comment.