]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lint/levels.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc / lint / levels.rs
index e470dbdf3239b29ef493bb5c8528e7e317924b64..27bf9649324b4730f560049bd814ca2b43bd40b6 100644 (file)
@@ -16,6 +16,8 @@
 use syntax::source_map::MultiSpan;
 use syntax::symbol::{Symbol, sym};
 
+use rustc_error_codes::*;
+
 pub struct LintLevelSets {
     list: Vec<LintSet>,
     lint_cap: Level,