Skip to content

Commit

Permalink
Get rid of some NOTEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Aug 5, 2013
1 parent fd01031 commit 7dbc5ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/compiletest/compiletest.rs
Expand Up @@ -11,7 +11,6 @@
#[crate_type = "bin"];

#[allow(non_camel_case_types)];
#[allow(unrecognized_lint)]; // NOTE: remove after snapshot
#[deny(warnings)];

extern mod extra;
Expand Down
2 changes: 1 addition & 1 deletion src/librustc/middle/cfg/construct.rs
Expand Up @@ -225,7 +225,7 @@ impl CFGBuilder {
// Note that `break` and `loop` statements
// may cause additional edges.

// NOTE: Is the condition considered part of the loop?
// Is the condition considered part of the loop?
let loopback = self.add_dummy_node([pred]); // 1
let cond_exit = self.expr(cond, loopback); // 2
let expr_exit = self.add_node(expr.id, [cond_exit]); // 3
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/rt/io/flate.rs
Expand Up @@ -10,7 +10,7 @@

//! Some various other I/O types

// NOTE: These ultimately belong somewhere else
// FIXME(#3660): should move to libextra

use prelude::*;
use super::*;
Expand Down

0 comments on commit 7dbc5ae

Please sign in to comment.