@@ -361,8 +361,9 @@ pub mod arch {
361
361
362
362
/// Platform-specific intrinsics for the `x86` platform.
363
363
///
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.
366
367
///
367
368
/// [libcore]: ../../../core/arch/x86/index.html
368
369
#[ cfg( dox) ]
@@ -371,8 +372,9 @@ pub mod arch {
371
372
372
373
/// Platform-specific intrinsics for the `x86_64` platform.
373
374
///
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.
376
378
///
377
379
/// [libcore]: ../../../core/arch/x86_64/index.html
378
380
#[ cfg( dox) ]
@@ -381,8 +383,9 @@ pub mod arch {
381
383
382
384
/// Platform-specific intrinsics for the `arm` platform.
383
385
///
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.
386
389
///
387
390
/// [libcore]: ../../../core/arch/arm/index.html
388
391
#[ cfg( dox) ]
@@ -391,8 +394,9 @@ pub mod arch {
391
394
392
395
/// Platform-specific intrinsics for the `aarch64` platform.
393
396
///
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.
396
400
///
397
401
/// [libcore]: ../../../core/arch/aarch64/index.html
398
402
#[ cfg( dox) ]
0 commit comments