Skip to content

Commit 216f664

Browse files
committed
Auto merge of #26462 - brson:stdidx, r=steveklabnik
This is usually the link I want when I come to this page. r? @steveklabnik
2 parents 40db46c + 5ff8e03 commit 216f664

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/doc/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ series of small examples.
2020

2121
[rbe]: http://rustbyexample.com/
2222

23+
# The Standard Library
24+
25+
We have [API documentation for the entire standard
26+
library](std/index.html). There's a list of crates on the left with more
27+
specific sections, or you can use the search bar at the top to search for
28+
something if you know its name.
29+
2330
# Community & Getting Help
2431

2532
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:
7582
* [Project FAQ](complement-project-faq.html)
7683
* [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports)
7784

78-
# The Standard Library
79-
80-
We have [API documentation for the entire standard
81-
library](std/index.html). There's a list of crates on the left with more
82-
specific sections, or you can use the search bar at the top to search for
83-
something if you know its name.
84-
8585
# The Error Index
8686

8787
If you encounter an error while compiling your code you may be able to look it

0 commit comments

Comments
 (0)