Use optimized SmallVec implementation
This commit is contained in:
@@ -40,6 +40,8 @@ extern crate syntax_pos;
|
||||
extern crate rustc_data_structures;
|
||||
extern crate rustc_target;
|
||||
#[macro_use] extern crate scoped_tls;
|
||||
#[macro_use]
|
||||
extern crate smallvec;
|
||||
|
||||
extern crate serialize as rustc_serialize; // used by deriving
|
||||
|
||||
|
||||
Reference in New Issue
Block a user