Skip to content

Commit

Permalink
redox: fix compilation on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Mar 17, 2022
1 parent ea3ab53 commit 5d69358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#![cfg_attr(not(feature = "rustc-dep-of-std"), no_std)]
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
#![cfg_attr(
any(feature = "rustc-dep-of-std", target_os = "redox"),
feature = "rustc-dep-of-std",
feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
)]
#![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
Expand Down

0 comments on commit 5d69358

Please sign in to comment.