diff options
| author | est31 <MTest31@outlook.com> | 2020-10-09 11:20:56 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2020-10-14 04:14:32 +0200 |
| commit | 49d4a756f1138d8246abb1c027490d1ea37be920 (patch) | |
| tree | 60d5973cc6aaccd3b9a036669b38f107b6826574 /compiler/rustc_ast/src/util/parser.rs | |
| parent | d7791f485ba51a4eda241a0ec70d7933858b124b (diff) | |
| download | rust-49d4a756f1138d8246abb1c027490d1ea37be920.tar.gz rust-49d4a756f1138d8246abb1c027490d1ea37be920.zip | |
Remove unused code from rustc_ast
Diffstat (limited to 'compiler/rustc_ast/src/util/parser.rs')
| -rw-r--r-- | compiler/rustc_ast/src/util/parser.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast/src/util/parser.rs b/compiler/rustc_ast/src/util/parser.rs index 2ee94965756..be5516ef471 100644 --- a/compiler/rustc_ast/src/util/parser.rs +++ b/compiler/rustc_ast/src/util/parser.rs @@ -231,7 +231,6 @@ impl AssocOp { } } -pub const PREC_RESET: i8 = -100; pub const PREC_CLOSURE: i8 = -40; pub const PREC_JUMP: i8 = -30; pub const PREC_RANGE: i8 = -10; |
