mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Binop precedence problem report test
This commit is contained in:
parent
2e2ce0f0de
commit
30dadd882c
4 changed files with 46 additions and 26 deletions
|
@ -133,6 +133,6 @@ impl std::fmt::Display for BinOp {
|
|||
Pizza => "|>",
|
||||
};
|
||||
|
||||
write!(f, "({})", as_str)
|
||||
write!(f, "{}", as_str)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue