about summary refs log tree commit diff
path: root/src/librustsyntax/parse/comments.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustsyntax/parse/comments.rs')
-rw-r--r--src/librustsyntax/parse/comments.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustsyntax/parse/comments.rs b/src/librustsyntax/parse/comments.rs
index 2b428bb1170..fded3e7a673 100644
--- a/src/librustsyntax/parse/comments.rs
+++ b/src/librustsyntax/parse/comments.rs
@@ -2,6 +2,11 @@ import io::reader_util;
 import util::interner;
 import lexer::{ reader, new_reader, next_token, is_whitespace };
 
+export cmnt;
+export lit;
+export cmnt_style;
+export gather_comments_and_literals;
+
 enum cmnt_style {
     isolated, // No code on either side of each line of the comment
     trailing, // Code exists to the left of the comment