]> git.lizzy.rs Git - rust.git/commit - src/librustdoc/json/mod.rs
Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obk
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 6 Dec 2022 15:54:56 +0000 (16:54 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 15:54:56 +0000 (16:54 +0100)
commit4f527a55dea64aeb420357154884b6ca6d350986
treee15596d53db5618ebb5e234e8ae6c8fb91fb0cea
parent4f919e4628e8b350774fb426c47dba3a8c09d65f
parente12d22239aeef111b92a0d7d0ed5ca1c8872bab5
Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obk

Cleanup macro-expanded code in `rustc_type_ir`

We could of course just leave this as-is, but every time I go-to-def to this file it's painful to see all this `(&A(ref __self_1_0),)` stuff.