Skip to content

Commit 74864b3

Browse files
committed
lint: fixup extraneous #[allow]
This snuck through my refactor
1 parent cf636c2 commit 74864b3

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)