Skip to content

Commit 5949f39

Browse files
committed
Add feature for static_nobundle on Redox
1 parent 9a6c7f9 commit 5949f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#![deny(missing_copy_implementations, safe_packed_borrows)]
2727
#![no_std]
2828
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
29+
#![cfg_attr(target_os = "redox", feature(static_nobundle))]
2930

3031
#[macro_use]
3132
mod macros;

0 commit comments

Comments
 (0)