From 8ff18acc8221a0157d94cd714b448b6a596fad40 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 4 Sep 2012 11:37:29 -0700 Subject: libsyntax: "import" -> "use" --- src/libsyntax/parse/classify.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/classify.rs') diff --git a/src/libsyntax/parse/classify.rs b/src/libsyntax/parse/classify.rs index 3ad33b8f218..4838c91f856 100644 --- a/src/libsyntax/parse/classify.rs +++ b/src/libsyntax/parse/classify.rs @@ -2,7 +2,7 @@ Predicates on exprs and stmts that the pretty-printer and parser use */ -import ast_util::operator_prec; +use ast_util::operator_prec; fn expr_requires_semi_to_be_stmt(e: @ast::expr) -> bool { match e.node { -- cgit 1.4.1-3-g733a5