]> git.lizzy.rs Git - rust.git/commit
Auto merge of #28907 - SingingTree:rustfmt_libterm, r=nrc
authorbors <bors@rust-lang.org>
Sun, 22 Nov 2015 23:01:56 +0000 (23:01 +0000)
committerbors <bors@rust-lang.org>
Sun, 22 Nov 2015 23:01:56 +0000 (23:01 +0000)
commit2ba44607fe09c4fb98a52ca2149b0c9869a87b4c
tree4392289508e09c0cd620bbbd349ed6dd224f5a5d
parenta2847a9999661316140832d5a364db44dd041f74
parent7d54c32c94766890cd8ab87221edb71ae10b1e91
Auto merge of #28907 - SingingTree:rustfmt_libterm, r=nrc

Hey hey,

This is the result of running rustfmt over the libterm module. The first commit reflects the unaltered changes from rustfmt, and the commit message contains some notes on areas where I thought rustfmt had behaved strangely. The second commit attempts to fix the strange areas from the first commit.

Clarification edit: there are still some areas where I think rustfmt has made changes which may merit discussion (one is noted in the comments below). My second commit only undoes the changes that I figured would not warrant discussion (based on my opinion of the style, which is of course subjective).

r? @nrc