rust/library/core
Dylan DPC 88f0c72dc6
Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514
Use more std:: instead of core:: in docs for consistency

``@rustbot`` label T-doc

Some cleanup work to use `std::` instead of `core::` in docs as much as possible. This helps with terminology and consistency, especially for newcomers from other languages that have often heard of `std` to describe the standard library but not of `core`.

Edit: I also added more intra doc links when I saw the opportunity.
2020-12-04 03:30:27 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Rollup merge of #79611 - poliorcetics:use-std-in-docs, r=jyn514 2020-12-04 03:30:27 +01:00
tests Make ui test that are run-pass and do not test the compiler itself library tests 2020-11-30 02:47:32 +01:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00