File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
28
28
nicknamed 'The Rust Bookshelf.'
29
29
30
30
* [ The Rust Programming Language] [ book ] teaches you how to program in Rust.
31
+ * [ The Unstable Book] [ unstable-book ] has documentation for unstable features.
31
32
* [ The Rustonomicon] [ nomicon ] is your guidebook to the dark arts of unsafe Rust.
32
33
* [ The Reference] [ ref ] is not a formal spec, but is more detailed and comprehensive than the book.
33
34
@@ -42,6 +43,7 @@ landed before then. That work is being tracked [here][38643].
42
43
[ ref ] : reference/index.html
43
44
[ 38643 ] : https://github.com/rust-lang/rust/issues/38643
44
45
[ err ] : error-index.html
45
- [ book ] : book/index.html
46
+ [ unstable- book] : book/index.html
46
47
[ nomicon ] : nomicon/index.html
48
+ [ unstable-book ] : unstable-book/index.html
47
49
You can’t perform that action at this time.
0 commit comments