rust/library/alloc
Jonas Schievink dc4f39c43f
Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514
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
2020-09-25 02:29:42 +02:00
..
benches Liballoc bench vec use mem take not replace 2020-09-22 14:26:15 +08:00
src Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514 2020-09-25 02:29:42 +02:00
tests Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu 2020-09-23 14:54:06 +02:00
Cargo.toml