Auto merge of #26462 - brson:stdidx, r=steveklabnik

This is usually the link I want when I come to this page.

r? @steveklabnik
This commit is contained in:
bors 2015-06-29 15:46:35 +00:00
commit 216f6645ef

View File

@ -20,6 +20,13 @@ series of small examples.
[rbe]: http://rustbyexample.com/
# The Standard Library
We have [API documentation for the entire standard
library](std/index.html). There's a list of crates on the left with more
specific sections, or you can use the search bar at the top to search for
something if you know its name.
# Community & Getting Help
If you need help with something, or just want to talk about Rust with others,
@ -75,13 +82,6 @@ There are questions that are asked quite often, so we've made FAQs for them:
* [Project FAQ](complement-project-faq.html)
* [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports)
# The Standard Library
We have [API documentation for the entire standard
library](std/index.html). There's a list of crates on the left with more
specific sections, or you can use the search bar at the top to search for
something if you know its name.
# The Error Index
If you encounter an error while compiling your code you may be able to look it