mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
dc4f39c43f
Use `Self` in docs when possible Fixes #76542. I used `rg '\s*//[!/]\s+fn [\w_]+\(&?self, ' .` in `library/` to find instances, I found some with that and some by manually checking. @rustbot modify labels: C-enhancement T-doc