This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,10 @@ pub mod arch;
446446#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
447447mod core_simd;
448448
449- #[ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
450449#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
451450pub mod simd {
451+ #![ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
452+
452453 #[ unstable( feature = "portable_simd" , issue = "86656" ) ]
453454 pub use crate :: core_simd:: simd:: * ;
454455}
Original file line number Diff line number Diff line change @@ -582,9 +582,10 @@ pub mod time;
582582#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
583583mod std_float;
584584
585- #[ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
586585#[ unstable( feature = "portable_simd" , issue = "86656" ) ]
587586pub mod simd {
587+ #![ doc = include_str ! ( "../../portable-simd/crates/core_simd/src/core_simd_docs.md" ) ]
588+
588589 #[ doc( inline) ]
589590 pub use crate :: std_float:: StdFloat ;
590591 #[ doc( inline) ]
You can’t perform that action at this time.
0 commit comments