Skip to content

Commit

Permalink
Append ; to #[allow(dead_code)].
Browse files Browse the repository at this point in the history
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
  • Loading branch information
omasanori committed Jan 29, 2014
1 parent d3270c2 commit 5281d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/unwind.rs
Expand Up @@ -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};

Expand Down

5 comments on commit 5281d87

@bors
Copy link
Contributor

@bors bors commented on 5281d87 Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 5281d87 Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging omasanori/rust/reduce-warnings = 5281d87 into auto

@bors
Copy link
Contributor

@bors bors commented on 5281d87 Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omasanori/rust/reduce-warnings = 5281d87 merged ok, testing candidate = 0a0f87b

@bors
Copy link
Contributor

@bors bors commented on 5281d87 Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 5281d87 Jan 31, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0a0f87b

Please sign in to comment.