We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3270c2 commit 5281d87Copy full SHA for 5281d87
src/libstd/rt/unwind.rs
@@ -77,7 +77,7 @@ mod libunwind {
77
//! Unwind library interface
78
79
#[allow(non_camel_case_types)];
80
- #[allow(dead_code)] // these are just bindings
+ #[allow(dead_code)]; // these are just bindings
81
82
use libc::{uintptr_t};
83
0 commit comments