cleanup: Remove unused braces in use statements
This commit is contained in:
parent
0c9de8140b
commit
cbce6bfbdb
72 changed files with 94 additions and 94 deletions
|
|
@ -26,7 +26,7 @@ pub use self::Code::*;
|
|||
use abi;
|
||||
use ast::{Block, FnDecl, NodeId};
|
||||
use ast;
|
||||
use ast_map::{Node};
|
||||
use ast_map::Node;
|
||||
use ast_map;
|
||||
use codemap::Span;
|
||||
use visit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue