Remove import of rustc
This commit is contained in:
parent
00ba67a12b
commit
5d74e2096b
118 changed files with 117 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
use regex_syntax;
|
||||
use rustc::hir::*;
|
||||
use rustc::lint::*;
|
||||
use rustc::{declare_lint, lint_array};
|
||||
use std::collections::HashSet;
|
||||
use syntax::ast::{LitKind, NodeId, StrStyle};
|
||||
use syntax::codemap::{BytePos, Span};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue