Hacker News new | ask | show | jobs
by twic 3400 days ago
My one puny objection to this is that rustfmt won't put the arms on a single line, but will always break and indent around the blocks. That makes Rust's expression-if considerably more verbose than what Perl has, or even the ternary operator.
1 comments

Hm. I wonder if this is configurable, or if there's an RFC open for this.