Rollup merge of #40154 - steveklabnik:link-unstable-book, r=frewsxcv

add unstable book to the bookshelf

r? @frewsxcv @GuillaumeGomez
This commit is contained in:
Ariel Ben-Yehuda 2017-03-08 20:53:48 +02:00 committed by GitHub
commit df9a721a55

View File

@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
nicknamed 'The Rust Bookshelf.'
* [The Rust Programming Language][book] teaches you how to program in Rust.
* [The Unstable Book][unstable-book] has documentation for unstable features.
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
* [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book.
@ -44,4 +45,5 @@ landed before then. That work is being tracked [here][38643].
[err]: error-index.html
[book]: book/index.html
[nomicon]: nomicon/index.html
[unstable-book]: unstable-book/index.html