From 5281d874ef65899891f57e8d1deed9f8add5bdb2 Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Thu, 30 Jan 2014 07:15:30 +0900 Subject: Append ; to #[allow(dead_code)]. Signed-off-by: OGINO Masanori --- src/libstd/rt/unwind.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/rt') diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index 88c6b52ec23..746239e96f5 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -77,7 +77,7 @@ mod libunwind { //! Unwind library interface #[allow(non_camel_case_types)]; - #[allow(dead_code)] // these are just bindings + #[allow(dead_code)]; // these are just bindings use libc::{uintptr_t}; -- cgit 1.4.1-3-g733a5