Skip to content

Commit 4c84d38

Browse files
committed
remove #[unwind(allowed)]
not required because this is a Rust function
1 parent 86a0769 commit 4c84d38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/panicking.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ pub fn panicking() -> bool {
321321
#[cfg(not(test))]
322322
#[cfg(stage0)]
323323
#[lang = "panic_fmt"]
324-
#[unwind(allowed)]
325324
pub extern fn rust_begin_panic(msg: fmt::Arguments,
326325
file: &'static str,
327326
line: u32,

0 commit comments

Comments
 (0)