Avoid a doctest failure on non-x86

This commit is contained in:
Luca Barbato 2019-04-27 12:39:26 +00:00 committed by gnzlbg
parent bfb547d881
commit 4b5dc30102

View file

@ -211,6 +211,7 @@ AVX2 and also for the default platform.
```rust
# #![cfg_attr(not(dox),feature(stdsimd))]
# #[allow(unused_imports)]
# #[cfg(not(dox))]
# #[macro_use(is_x86_feature_detected)]
# extern crate std_detect;