diff --git a/src/parser.rs b/src/parser.rs index 42476cf..ec198f0 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -256,7 +256,6 @@ impl Operator { pub fn is_left_associative(&self) -> bool { match self { Operator::Negative - | Operator::Power => false, _ => true }