Skip to content

Commit 5d69358

Browse files
committed
redox: fix compilation on stable
1 parent ea3ab53 commit 5d69358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#![cfg_attr(not(feature = "rustc-dep-of-std"), no_std)]
2626
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
2727
#![cfg_attr(
28-
any(feature = "rustc-dep-of-std", target_os = "redox"),
28+
feature = "rustc-dep-of-std",
2929
feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
3030
)]
3131
#![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]

0 commit comments

Comments
 (0)