]> git.lizzy.rs Git - rust.git/commit
Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank
authorbors <bors@rust-lang.org>
Mon, 1 Jan 2018 04:09:51 +0000 (04:09 +0000)
committerbors <bors@rust-lang.org>
Mon, 1 Jan 2018 04:09:51 +0000 (04:09 +0000)
commitf3ca88cff7dc397f409f561321ee3c4021c05436
tree730a4f2553bd6c324f195eda51d4347a5c0e5c64
parent037bc651e56ca0bb92c053b31b87db5fa0dda22c
parent4577a70934b6167862586cbb7f52b75fad448d05
Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebank

Add a tidy check for missing or too many trailing newlines.

I've noticed recently there are lots of review comments requesting to fix trailing newlines. If this is going to be an official style here, it's better to let the CI do this repetitive check.