]> git.lizzy.rs Git - rust.git/commit
Indent open brace for impl when nested. (#1227)
authorLuke Clifton <luke-clifton@users.noreply.github.com>
Mon, 28 Nov 2016 00:47:07 +0000 (08:47 +0800)
committerNick Cameron <nrc@ncameron.org>
Mon, 28 Nov 2016 00:47:07 +0000 (13:47 +1300)
commit6bf1382927ffab929a2153d894f306d7c30a3e82
tree3cc429e02d4fe8f68b27b38f7916bbb53c0c0edf
parent1cc4f0c35f55551c1cb5849d42bbf825275a409e
Indent open brace for impl when nested. (#1227)

* Indent open brace for impl when nested.

Fixes #1226

* Added test case for indented impl with brace on newline
src/items.rs
tests/target/indented-impl.rs [new file with mode: 0644]