diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-04-15 03:27:24 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-15 03:27:24 -0700 |
| commit | 932aa893fd302172f6d5cabc64f092a159d2a0e5 (patch) | |
| tree | 0320fda0155bcfaf21439cd7f73196eb388f1f74 /src/librustsyntax/rustsyntax.rc | |
| parent | 4f576275be8473a17052300aabb811a767ad7b1b (diff) | |
| download | rust-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.rc | 1 |
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 { |
