Skip to content

Commit

Permalink
lint: fixup extraneous #[allow]
Browse files Browse the repository at this point in the history
This snuck through my refactor
  • Loading branch information
richo committed Feb 15, 2015
1 parent cf636c2 commit 74864b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/rt/unwind.rs
Expand Up @@ -292,7 +292,6 @@ pub mod eabi {

#[lang="eh_personality"]
#[no_mangle] // referenced from rust_try.ll
#[allow(private_no_mangle_fns)]
pub extern "C" fn rust_eh_personality(
version: c_int,
actions: uw::_Unwind_Action,
Expand Down

0 comments on commit 74864b3

Please sign in to comment.