]> git.lizzy.rs Git - rust.git/commit
auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brson
authorbors <bors@rust-lang.org>
Thu, 27 Feb 2014 04:01:42 +0000 (20:01 -0800)
committerbors <bors@rust-lang.org>
Thu, 27 Feb 2014 04:01:42 +0000 (20:01 -0800)
commit780adfffc39bcb9d32685bd36e2f6b6e6a178dee
treeecb87056ae5ea12b9fcc0ca925b188a4ee72b13c
parentfd02f908befa8f3bd57ef9100970ff783830db5f
parent04dc3e4985b635d21d2af9b1fd65ad0eb0884b74
auto merge of #12486 : MicahChalmer/rust/emacs-fixes-round-3, r=brson

I've added details in the description of each comment as to what it does, which I won't redundantly repeat here in the PR.  They all relate to indentation in the emacs rust-mode.

What I will note here is that this closes #8787.  It addresses the last remaining case (not in the original issue description but in a comment), of indenting `match` statements.  With the changes here, I believe every problem described in the issue description or comments of #8787 is addressed.