From 38d726f367a9e6f7bfd292fd39c747adb83903c2 Mon Sep 17 00:00:00 2001 From: Camelid Date: Wed, 9 Sep 2020 18:38:42 -0700 Subject: [PATCH] Add more info about Rustdoc --- src/contributing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/contributing.md b/src/contributing.md index c79dd3e3..98b1a2d7 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -490,7 +490,10 @@ are: * The [Rust Compiler Testing Docs][rctd] * For [@bors], [this cheat sheet][cheatsheet] is helpful * **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`. _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. [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html