]> git.lizzy.rs Git - rust.git/commitdiff
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)
Cleanup rustc/middle

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


Trivial merge