From 7d90edcb3b292baaf406d4e6969987d466fc8fba Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 9 Jul 2012 16:01:07 -0700 Subject: rustc: Switch over to resolve3 --- src/libsyntax/ext/pipes.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax/ext') diff --git a/src/libsyntax/ext/pipes.rs b/src/libsyntax/ext/pipes.rs index 4ca47254a94..9a7bcc0e171 100644 --- a/src/libsyntax/ext/pipes.rs +++ b/src/libsyntax/ext/pipes.rs @@ -8,7 +8,7 @@ import parse::common::parser_common; import pipes::parse_proto::proto_parser; -import pipes::pipec::*; +import pipes::pipec::methods; fn expand_proto(cx: ext_ctxt, _sp: span, id: ast::ident, tt: ast::token_tree) -> @ast::item @@ -26,4 +26,4 @@ fn expand_proto(cx: ext_ctxt, _sp: span, id: ast::ident, tt: ast::token_tree) let proto = rust_parser.parse_proto(id); proto.compile(cx) -} \ No newline at end of file +} -- cgit 1.4.1-3-g733a5