File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ Other unofficial documentation may exist elsewhere; for example, the [Rust
1111Learning] project collects documentation from the community, and [ Docs.rs]
1212builds documentation for individual Rust packages.
1313
14- ## API Documentation
14+ # API Documentation
1515
1616Rust provides a standard library with a number of features; [ we host its
1717documentation here] [ api ] .
1818
19- ## Extended Error Documentation
19+ # Extended Error Documentation
2020
2121Many of Rust's errors come with error codes, and you can request extended
2222diagnostics from the compiler on those errors. We also [ have the text of those
2323extended errors on the web] [ err ] , if you prefer to read them that way.
2424
25- ## The Rust Bookshelf
25+ # The Rust Bookshelf
2626
2727Rust provides a number of book-length sets of documentation, collectively
2828nicknamed 'The Rust Bookshelf.'
You can’t perform that action at this time.
0 commit comments