remove tokenstream

This commit is contained in:
Niko Matsakis 2018-02-22 18:26:01 -05:00
parent 5f1e78f19a
commit 8f35141fba
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ pub mod syntax {
pub use ext;
pub use parse;
pub use ast;
pub use tokenstream;
}
pub mod abi;