rust/library/core
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 flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514 2020-09-25 02:29:42 +02:00
tests add array from_ref 2020-09-22 21:35:43 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00