Skip to content

Commit f5b57e8

Browse files
committed
Another minor fix for libstd tests
1 parent e1e4ba4 commit f5b57e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdsimd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
///
242242
/// ```
243243
/// #![feature(cfg_target_feature, target_feature, stdsimd)]
244-
/// # #![no_std]
244+
/// # #![cfg_attr(not(dox), no_std)]
245245
/// # #[cfg(not(dox))]
246246
/// # extern crate std as real_std;
247247
/// # #[cfg(not(dox))]

0 commit comments

Comments
 (0)