mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
f46ed97009
[rustdoc] Change impl items indent Fixes https://github.com/rust-lang/rust/issues/131704. | before | after | |-|-| |  |  | Can be tested [here](https://rustdoc.crud.net/imperio/impl-items-indent/bar/struct.Bar.html). r? `@notriddle`