From 74864b30d84923591fe269d536a0f3f853445631 Mon Sep 17 00:00:00 2001 From: Richo Healey Date: Sun, 15 Feb 2015 07:50:15 -0800 Subject: [PATCH] lint: fixup extraneous #[allow] This snuck through my refactor --- src/libstd/rt/unwind.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index 659e787a9ff8f..6a3862745230f 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -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,