File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- #![ doc( include = "core_arch_docs.md" ) ]
1
+ #![ doc = include_str ! ( "core_arch_docs.md" ) ]
2
2
#![ allow( improper_ctypes_definitions) ]
3
3
#![ allow( dead_code) ]
4
4
#![ allow( unused_features) ]
36
36
f16c_target_feature,
37
37
external_doc,
38
38
allow_internal_unstable,
39
- decl_macro
39
+ decl_macro,
40
+ extended_key_value_attributes,
40
41
) ]
41
42
#![ cfg_attr( test, feature( test, abi_vectorcall) ) ]
42
43
#![ cfg_attr( all( test, target_arch = "wasm32" ) , feature( wasm_simd) ) ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mod acle;
9
9
10
10
mod simd;
11
11
12
- #[ doc( include = "core_arch_docs.md" ) ]
12
+ #[ doc = include_str ! ( "core_arch_docs.md" ) ]
13
13
#[ stable( feature = "simd_arch" , since = "1.27.0" ) ]
14
14
pub mod arch {
15
15
/// Platform-specific intrinsics for the `x86` platform.
You can’t perform that action at this time.
0 commit comments