Skip to content

Commit

Permalink
Auto merge of rust-lang#27226 - eefriedman:leftover-negation-lint, r=…
Browse files Browse the repository at this point in the history
…alexcrichton

r? @pnkfelix
  • Loading branch information
bors committed Jul 23, 2015
2 parents 7911d99 + 312f886 commit c85ba3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/num/f32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#![stable(feature = "rust1", since = "1.0.0")]
#![allow(missing_docs)]
#![allow(unsigned_negation)]

use prelude::v1::*;

Expand Down

0 comments on commit c85ba3e

Please sign in to comment.