File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
2532If 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
8787If you encounter an error while compiling your code you may be able to look it
You can’t perform that action at this time.
0 commit comments