diff options
Diffstat (limited to 'src/libsyntax/ext/pipes/parse_proto.rs')
| -rw-r--r-- | src/libsyntax/ext/pipes/parse_proto.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsyntax/ext/pipes/parse_proto.rs b/src/libsyntax/ext/pipes/parse_proto.rs index c6562b068f3..5c15b616b4a 100644 --- a/src/libsyntax/ext/pipes/parse_proto.rs +++ b/src/libsyntax/ext/pipes/parse_proto.rs @@ -1,9 +1,9 @@ // Parsing pipes protocols from token trees. -import parse::parser; -import parse::token; +use parse::parser; +use parse::token; -import pipec::*; +use pipec::*; trait proto_parser { fn parse_proto(id: ~str) -> protocol; |
