Remove unused imports throughout src/
This commit is contained in:
parent
55461d888f
commit
dfb5c10dea
214 changed files with 19 additions and 626 deletions
|
@ -14,7 +14,6 @@
|
|||
|
||||
use ast;
|
||||
use codemap;
|
||||
use ast_util::operator_prec;
|
||||
|
||||
pub fn expr_requires_semi_to_be_stmt(e: @ast::expr) -> bool {
|
||||
match e.node {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue