diff options
| author | bors <bors@rust-lang.org> | 2015-06-29 15:46:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-06-29 15:46:35 +0000 |
| commit | 216f6645ef0c93776e9f350f29c02780fb7bf673 (patch) | |
| tree | 6108a85d330193d6e37312bf1c1fe0f2ca143bc1 | |
| parent | 40db46c6ba0d59e5ad9aa056a73055d2d3b83d04 (diff) | |
| parent | 5ff8e038f447f6c0bfe2ea09c4114684a8add429 (diff) | |
| download | rust-216f6645ef0c93776e9f350f29c02780fb7bf673.tar.gz rust-216f6645ef0c93776e9f350f29c02780fb7bf673.zip | |
Auto merge of #26462 - brson:stdidx, r=steveklabnik
This is usually the link I want when I come to this page. r? @steveklabnik
| -rw-r--r-- | src/doc/index.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index fba919b7115..c1f9ea6b3b0 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -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 |
