Never break between empty parens · Issue #210 · rust-lang/style-team (original) (raw)
We want to decide the following:
We should never break between the (
and )
of a nullary function call, or of a unit value ()
.
This was originally discussed and described in #196 (comment).
cc @rust-lang/style