summary refs log tree commit diff
path: root/src/libstd/rt
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-16 11:27:44 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-17 06:23:38 +0530
commit96a4756c21f3e8263e95118c9b33f7163dc41b32 (patch)
tree5977c7a0ea072c1dc1af98db434e3eeaf2225787 /src/libstd/rt
parentbc0d5456ebe441f66b1fea70340cb17be09760da (diff)
parent74864b30d84923591fe269d536a0f3f853445631 (diff)
downloadrust-96a4756c21f3e8263e95118c9b33f7163dc41b32.tar.gz
rust-96a4756c21f3e8263e95118c9b33f7163dc41b32.zip
Rollup merge of #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?
Diffstat (limited to 'src/libstd/rt')
-rw-r--r--src/libstd/rt/unwind.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs
index 464adadde62..b45878584e0 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,