mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
c91009892b
Combine `impl<'a> Arguments<'a>` blocks This makes a difference in the documentation rendered by rustdoc. **Before:** <p align="center"><img width="700" src="https://github.com/user-attachments/assets/cd5cc519-a8fa-4409-a347-f5a19638efc1" /></p> **After:** <p align="center"><img width="700" src="https://github.com/user-attachments/assets/4c6a9564-7f46-4879-a085-51715453bbae" /></p>