]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54756 - ljedrz:cleanup_middle, r=michaelwoerister
authorbors <bors@rust-lang.org>
Sat, 6 Oct 2018 20:04:18 +0000 (20:04 +0000)
committerbors <bors@rust-lang.org>
Sat, 6 Oct 2018 20:04:18 +0000 (20:04 +0000)
commit4efdc04a5d687fce7a63ca339e5c74d8c51e40d2
tree5acf43273b4911032b0951612a32b7be894e98e2
parent7ec50f4659ae112a16381bc916466e12aaf7b044
parent786b86ef5d8d55957f70f51e98003a9ac0ea0405
Auto merge of #54756 - ljedrz:cleanup_middle, r=michaelwoerister

Cleanup rustc/middle

- improve allocations
- use `Cow<'static, str>` where applicable
- improve some patterns
- whitespace & formatting fixes