Skip to content

Commit 7683ea2

Browse files
committed
Remove use of feature(static_nobundle)
1 parent 53f78cd commit 7683ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
2727
#![cfg_attr(
2828
feature = "rustc-dep-of-std",
29-
feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
29+
feature(native_link_modifiers, native_link_modifiers_bundle)
3030
)]
3131
#![cfg_attr(libc_const_extern_fn, feature(const_extern_fn))]
3232

0 commit comments

Comments
 (0)