Move doc comment desugaring into the parser.

This commit is contained in:
Jeffrey Seyfried
2016-11-03 10:44:25 +00:00
parent e2b3fec778
commit 7ae083383d
5 changed files with 16 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ use std::char;
use std::mem::replace;
use std::rc::Rc;
pub use ext::tt::transcribe::{TtReader, new_tt_reader, new_tt_reader_with_doc_flag};
pub use ext::tt::transcribe::{TtReader, new_tt_reader};
pub mod comments;
mod unicode_chars;