Skip to content

Commit 7b8f89c

Browse files
committed
Repace use of static_nobundle with native_link_modifiers
This fixes warning when building Rust and running tests: ``` warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle` warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate) ```
1 parent d294532 commit 7b8f89c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unwind/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#![feature(native_link_modifiers_bundle)]
66
#![feature(nll)]
77
#![feature(staged_api)]
8-
#![feature(static_nobundle)]
98
#![feature(c_unwind)]
109
#![cfg_attr(not(target_env = "msvc"), feature(libc))]
1110

0 commit comments

Comments
 (0)