We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3ab53 commit 5d69358Copy full SHA for 5d69358
src/lib.rs
@@ -25,7 +25,7 @@
25
#![cfg_attr(not(feature = "rustc-dep-of-std"), no_std)]
26
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
27
#![cfg_attr(
28
- any(feature = "rustc-dep-of-std", target_os = "redox"),
+ feature = "rustc-dep-of-std",
29
feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
30
)]
31
#![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
0 commit comments