File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,10 @@ pub mod arch;
446
446
#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
447
447
mod core_simd;
448
448
449
- #[ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
450
449
#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
451
450
pub mod simd {
451
+ #![ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
452
+
452
453
#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
453
454
pub use crate :: core_simd:: simd:: * ;
454
455
}
Original file line number Diff line number Diff line change @@ -582,9 +582,10 @@ pub mod time;
582
582
#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
583
583
mod std_float;
584
584
585
- #[ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
586
585
#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
587
586
pub mod simd {
587
+ #![ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
588
+
588
589
#[ doc( inline) ]
589
590
pub use crate :: std_float:: StdFloat ;
590
591
#[ doc( inline) ]
You can’t perform that action at this time.
0 commit comments