Skip to content

Commit 96a4756

Browse files
committed
Rollup merge of rust-lang#22374 - richo:warn-fixup, r=huonw
This snuck through my refactor. Would it be worth the effort to have a test pass that attempts to lint the code for all targets, even if it's not feasible to actually build and test it?
2 parents bc0d545 + 74864b3 commit 96a4756

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/rt/unwind.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ pub mod eabi {
292292

293293
#[lang="eh_personality"]
294294
#[no_mangle] // referenced from rust_try.ll
295-
#[allow(private_no_mangle_fns)]
296295
pub extern "C" fn rust_eh_personality(
297296
version: c_int,
298297
actions: uw::_Unwind_Action,

0 commit comments

Comments
 (0)