]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 10 Mar 2022 18:00:08 +0000 (19:00 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 18:00:08 +0000 (19:00 +0100)
commit82215ce64680a6f0bf55a42eba6e7a8ff756c53f
treecc9de5885d56279f3d1e19d81b0185775e3d5337
parentf1a677789ae12780fcc49fb449be8b336528b080
parentfbd9c284d7f018db07da8aa6e03cffdf0ce1786b
Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle

Unify impl blocks by wrapping them into a div

The blanket and "auto traits" sections are wrapped into a `div` with an ID. This PR fixes this incoherence by wrapping each impl section (the "deref impl" and the "inherent impl" sections were missing it). It'll also make some tests simpler to write.

r? `````@notriddle`````