File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 11#![ cfg_attr( all( feature = "alloc" , not( feature = "std" ) ) , feature( alloc) ) ]
22#![ cfg_attr( feature = "nightly" , feature( doc_cfg) ) ]
3+ #![ cfg_attr( feature = "simd_backend" , feature( stdsimd) ) ]
34#![ allow( unused_variables) ]
45#![ allow( non_snake_case) ]
56#![ allow( dead_code) ]
Original file line number Diff line number Diff line change 1313#![ cfg_attr( all( feature = "alloc" , not( feature = "std" ) ) , feature( alloc) ) ]
1414#![ cfg_attr( feature = "nightly" , feature( external_doc) ) ]
1515#![ cfg_attr( feature = "nightly" , feature( doc_cfg) ) ]
16+ #![ cfg_attr( feature = "simd_backend" , feature( stdsimd) ) ]
1617// Refuse to compile if documentation is missing, but only on nightly.
1718//
1819// This means that missing docs will still fail CI, but means we can use
You can’t perform that action at this time.
0 commit comments