Move SmallVec and ThinVec out of libsyntax
This commit is contained in:
parent
d5a448b3f4
commit
e5e6375352
35 changed files with 245 additions and 245 deletions
|
@ -53,9 +53,9 @@ use util::parser::{AssocOp, Fixity};
|
|||
use print::pprust;
|
||||
use ptr::P;
|
||||
use parse::PResult;
|
||||
use ThinVec;
|
||||
use tokenstream::{self, Delimited, ThinTokenStream, TokenTree, TokenStream};
|
||||
use symbol::{Symbol, keywords};
|
||||
use util::ThinVec;
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::cmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue