about summary refs log tree commit diff
path: root/src/librustsyntax/rustsyntax.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-04-15 03:27:24 -0700
committerBrian Anderson <banderson@mozilla.com>2012-04-15 03:27:24 -0700
commit932aa893fd302172f6d5cabc64f092a159d2a0e5 (patch)
tree0320fda0155bcfaf21439cd7f73196eb388f1f74 /src/librustsyntax/rustsyntax.rc
parent4f576275be8473a17052300aabb811a767ad7b1b (diff)
downloadrust-932aa893fd302172f6d5cabc64f092a159d2a0e5.tar.gz
rust-932aa893fd302172f6d5cabc64f092a159d2a0e5.zip
syntax: Move comment-extraction code to its own module
Diffstat (limited to 'src/librustsyntax/rustsyntax.rc')
-rw-r--r--src/librustsyntax/rustsyntax.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustsyntax/rustsyntax.rc b/src/librustsyntax/rustsyntax.rc
index 101c08bd087..bc1def95676 100644
--- a/src/librustsyntax/rustsyntax.rc
+++ b/src/librustsyntax/rustsyntax.rc
@@ -26,6 +26,7 @@ mod parse {
     mod lexer;
     mod parser;
     mod token;
+    mod comments;
 }
 
 mod print {