Skip to content

Commit 5281d87

Browse files
committed
Append ; to #[allow(dead_code)].
Signed-off-by: OGINO Masanori <[email protected]>
1 parent d3270c2 commit 5281d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/unwind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mod libunwind {
7777
//! Unwind library interface
7878
7979
#[allow(non_camel_case_types)];
80-
#[allow(dead_code)] // these are just bindings
80+
#[allow(dead_code)]; // these are just bindings
8181

8282
use libc::{uintptr_t};
8383

0 commit comments

Comments
 (0)