]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #67471 - nnethercote:revert-66405, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 1 Jan 2020 11:54:21 +0000 (11:54 +0000)
committerbors <bors@rust-lang.org>
Wed, 1 Jan 2020 11:54:21 +0000 (11:54 +0000)
commite380efa5ecdef714dad72c473fc0933ff4d59283
tree022c7da59142065e04272040cf487f347d09bc0c
parent9e6fb538f9254884ca9f958fdce413d6c3f2016c
parent18a366990335748d6020e306327048de9e4340c3
Auto merge of #67471 - nnethercote:revert-66405, r=nikomatsakis

Revert parts of #66405.

Because PR #66405 caused major performance regressions in some cases.

That PR had five commits, two of which affected performance, and three
of which were refactorings. This change undoes the performance-affecting
changes, while keeping the refactorings in place.

Fixes #67454.

r? @nikomatsakis