Refactor TokenStream
.
This commit is contained in:
parent
ec29011346
commit
2dc60b1180
19 changed files with 446 additions and 1310 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue