1
Fork 0

Refactor TokenStream.

This commit is contained in:
Jeffrey Seyfried 2017-01-18 03:27:09 +00:00
parent ec29011346
commit 2dc60b1180
19 changed files with 446 additions and 1310 deletions

View file

@ -89,6 +89,9 @@ pub mod util {
mod thin_vec;
pub use self::thin_vec::ThinVec;
mod rc_slice;
pub use self::rc_slice::RcSlice;
}
pub mod json;
@ -129,7 +132,6 @@ pub mod ext {
pub mod expand;
pub mod placeholders;
pub mod hygiene;
pub mod proc_macro_shim;
pub mod quote;
pub mod source_util;