We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1955c77 commit 6d0e439Copy full SHA for 6d0e439
stdsimd/mod.rs
@@ -205,7 +205,7 @@
205
/// AVX2 and also for the default platform.
206
///
207
/// ```rust
208
-/// #![feature(cfg_target_feature, target_feature, stdsimd)]
+/// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature, stdsimd))]
209
210
/// # #[cfg(not(dox))]
211
/// # #[macro_use]
@@ -247,7 +247,7 @@
247
/// we'll be using SSE4.1 features to implement hex encoding.
248
249
/// ```
250
251
/// # #![cfg_attr(not(dox), no_std)]
252
253
/// # extern crate std as real_std;
0 commit comments