diff options
Diffstat (limited to 'src/libsyntax/parse/prec.rs')
| -rw-r--r-- | src/libsyntax/parse/prec.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/parse/prec.rs b/src/libsyntax/parse/prec.rs index d8c829740fa..5f37c922c1e 100644 --- a/src/libsyntax/parse/prec.rs +++ b/src/libsyntax/parse/prec.rs @@ -13,8 +13,6 @@ use ast::*; use parse::token::*; use parse::token::Token; -use core::prelude::*; - /// Unary operators have higher precedence than binary pub static unop_prec: uint = 100u; |
