diff options
| author | James Miller <james@aatch.net> | 2013-06-25 17:13:22 +1200 |
|---|---|---|
| committer | James Miller <james@aatch.net> | 2013-06-25 17:13:52 +1200 |
| commit | 6ad31ffb53f9620f9063cb441de9c7338dfbb4de (patch) | |
| tree | 511b2372943a1d6ed04bca6b2372310d38ea3e6f /src/libsyntax/parse | |
| parent | caa50ce15d8ed8f0d50c9049053a5e2cd5a0d701 (diff) | |
| download | rust-6ad31ffb53f9620f9063cb441de9c7338dfbb4de.tar.gz rust-6ad31ffb53f9620f9063cb441de9c7338dfbb4de.zip | |
Warning police
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
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; |
