summary refs log tree commit diff
path: root/src/libsyntax/parse/comments.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsyntax/parse/comments.rs')
-rw-r--r--src/libsyntax/parse/comments.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsyntax/parse/comments.rs b/src/libsyntax/parse/comments.rs
index 7b18ca532e0..2d000074936 100644
--- a/src/libsyntax/parse/comments.rs
+++ b/src/libsyntax/parse/comments.rs
@@ -1,6 +1,6 @@
-import io::println;//XXXXXXXXxxx
-import util::interner;
-import lexer::{string_reader, bump, is_eof, nextch,
+use io::println;//XXXXXXXXxxx
+use util::interner;
+use lexer::{string_reader, bump, is_eof, nextch,
                is_whitespace, get_str_from, reader};
 
 export cmnt;