We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bdffa commit f5a3750Copy full SHA for f5a3750
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: d3270c215fbf3ab7c75b79f4b0859638cca881de
+refs/heads/master: 5281d874ef65899891f57e8d1deed9f8add5bdb2
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 6e7f170fedd3c526a643c0b2d13863acd982be02
5
refs/heads/try: a97642026c18a624ff6ea01075dd9550f8ed07ff
trunk/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