We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d145fcd commit 9e00fdfCopy full SHA for 9e00fdf
src/contributing.md
@@ -490,7 +490,10 @@ are:
490
* The [Rust Compiler Testing Docs][rctd]
491
* For [@bors], [this cheat sheet][cheatsheet] is helpful
492
* **Google!** is always helpful when programming :)
493
-* [Search Rust documentation][stddocs] to find types, traits, etc. quickly
+* [Search Rust documentation][stddocs] to find types, traits, etc. quickly.
494
+ You can also search by type signature! For example, searching for
495
+ `* -> vec` should find all functions that return a `Vec<T>`. _Hint:_ Find
496
+ more tips and keyboard shortcuts by typing `?` on any Rustdoc page!
497
* Don't be afraid to ask! The Rust community is friendly and helpful.
498
499
[rustc dev guide]: https://rustc-dev-guide.rust-lang.org/about-this-guide.html
0 commit comments