Binop precedence problem report test

This commit is contained in:
Chad Stearns 2020-04-01 22:17:39 -04:00
parent 2e2ce0f0de
commit 30dadd882c
4 changed files with 46 additions and 26 deletions

View file

@ -133,6 +133,6 @@ impl std::fmt::Display for BinOp {
Pizza => "|>",
};
write!(f, "({})", as_str)
write!(f, "{}", as_str)
}
}