]> git.lizzy.rs Git - rust.git/commit
Don't put a newline before `?` when it is the second sub-expression in a chain (...
authorNick Cameron <nrc@ncameron.org>
Fri, 27 May 2016 08:33:19 +0000 (20:33 +1200)
committerMarcus Klaas de Vries <mail@marcusklaas.nl>
Fri, 27 May 2016 08:33:19 +0000 (10:33 +0200)
commitd6bcfceb7e122ab86009ea36ff01388e613ca353
treed07a24b1dc2d449351e5ab8a6e17c156e9623a49
parent775de8a62b3c19521543cb6b9130979eb6747c75
Don't put a newline before `?` when it is the second sub-expression in a chain (#1012)

Fixes #1003
src/chains.rs
tests/source/chains.rs
tests/target/chains.rs