Add more info about Rustdoc

This commit is contained in:
Camelid 2020-09-09 18:38:42 -07:00 committed by Joshua Nelson
parent dd3b2059b6
commit 38d726f367
1 changed files with 4 additions and 1 deletions

View File

@ -490,7 +490,10 @@ are:
* The [Rust Compiler Testing Docs][rctd] * The [Rust Compiler Testing Docs][rctd]
* For [@bors], [this cheat sheet][cheatsheet] is helpful * For [@bors], [this cheat sheet][cheatsheet] is helpful
* **Google!** is always helpful when programming :) * **Google!** is always helpful when programming :)
* [Search Rust documentation][stddocs] to find types, traits, etc. quickly * [Search Rust documentation][stddocs] to find types, traits, etc. quickly.
You can also search by type signature! For example, searching for
`* -> vec` should find all functions that return a `Vec<T>`. _Hint:_ Find
more tips and keyboard shortcuts by typing `?` on any Rustdoc page!
* Don't be afraid to ask! The Rust community is friendly and helpful. * Don't be afraid to ask! The Rust community is friendly and helpful.
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html