about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-06-24 23:14:01 -0700
committerbors <bors@rust-lang.org>2013-06-24 23:14:01 -0700
commit5a089c252e1645c1b321c8b6811f89ae3fea4bd2 (patch)
tree3d937cd8d79e363e42d41468b65fb3b74140ebfb /src/libsyntax/parse/parser.rs
parent237ca7dc58fcc2b856c53bc1e4ab0ed060314a72 (diff)
parent122f25dd5e1dae124bdc8d3beeac55474d7a8ce5 (diff)
downloadrust-5a089c252e1645c1b321c8b6811f89ae3fea4bd2.tar.gz
rust-5a089c252e1645c1b321c8b6811f89ae3fea4bd2.zip
auto merge of #7370 : Aatch/rust/snapshot, r=huonw
I also cleaned up the warnings.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index f2443f9e533..c9ef1a7a33c 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -60,7 +60,7 @@ use ast::{view_item_, view_item_extern_mod, view_item_use};
 use ast::{view_path, view_path_glob, view_path_list, view_path_simple};
 use ast::visibility;
 use ast;
-use ast_util::{as_prec, ident_to_path, operator_prec};
+use ast_util::{as_prec, operator_prec};
 use ast_util;
 use codemap::{span, BytePos, spanned, mk_sp};
 use codemap;