Skip to content

Commit

Permalink
Rollup merge of rust-lang#40154 - steveklabnik:link-unstable-book, r=…
Browse files Browse the repository at this point in the history
…frewsxcv

add unstable book to the bookshelf

r? @frewsxcv @GuillaumeGomez
  • Loading branch information
frewsxcv committed Mar 8, 2017
2 parents cd9e0e7 + ae2c9d2 commit 2bdd89b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

0 comments on commit 2bdd89b

Please sign in to comment.