diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-07-06 20:45:06 -0700 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-07-06 20:45:06 -0700 |
| commit | a856bccdc647330624fa36a25190aa63e1274379 (patch) | |
| tree | 35ba72c2a0dfacea35cb32753f73a1457d94d596 /src/libsyntax/parse/comments.rs | |
| parent | f9cb04f6fa6c23e98322d2aef5e704bfdbcacb7b (diff) | |
| download | rust-a856bccdc647330624fa36a25190aa63e1274379.tar.gz rust-a856bccdc647330624fa36a25190aa63e1274379.zip | |
Revert "rustc: Switch to the new resolution pass"
This reverts commit c4af6e92fbae171c56a4e68666025725555fc9d8. Branch was burning...many, many unresolved imports.
Diffstat (limited to 'src/libsyntax/parse/comments.rs')
| -rw-r--r-- | src/libsyntax/parse/comments.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/comments.rs b/src/libsyntax/parse/comments.rs index bd164402c1d..e188331dd24 100644 --- a/src/libsyntax/parse/comments.rs +++ b/src/libsyntax/parse/comments.rs @@ -9,7 +9,6 @@ export lit; export cmnt_style; export gather_comments_and_literals; export is_doc_comment, doc_comment_style, strip_doc_comment_decoration; -export isolated, trailing, mixed, blank_line; enum cmnt_style { isolated, // No code on either side of each line of the comment |
