Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)

This commit is contained in:
mcarton
2016-04-07 17:46:48 +02:00
parent c1c935db46
commit c24ba91123
60 changed files with 136 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
use rustc::lint::*;
use rustc_front::hir::*;
use rustc::hir::*;
use utils::{span_lint};
/// **What it does:** This lint finds classic underflow / overflow checks.