File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ extern crate rustc_ast_pretty;
3737extern crate rustc_data_structures;
3838extern crate rustc_driver;
3939extern crate rustc_span;
40- extern crate smallvec;
41- extern crate thin_vec;
4240
4341use crate :: common:: eq:: SpanlessEq ;
4442use crate :: common:: parse;
@@ -210,10 +208,10 @@ fn librustc_parenthesize(mut librustc_expr: Box<ast::Expr>) -> Box<ast::Expr> {
210208 use rustc_ast:: mut_visit:: { walk_flat_map_assoc_item, MutVisitor } ;
211209 use rustc_ast:: visit:: { AssocCtxt , BoundKind } ;
212210 use rustc_data_structures:: flat_map_in_place:: FlatMapInPlace ;
211+ use rustc_data_structures:: smallvec:: SmallVec ;
212+ use rustc_data_structures:: thin_vec:: ThinVec ;
213213 use rustc_span:: DUMMY_SP ;
214- use smallvec:: SmallVec ;
215214 use std:: ops:: DerefMut ;
216- use thin_vec:: ThinVec ;
217215
218216 struct FullyParenthesize ;
219217
You can’t perform that action at this time.
0 commit comments