Append ; to #[allow(dead_code)].
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
parent
d3270c215f
commit
5281d874ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue