Skip to content

Commit df9a721

Browse files
author
Ariel Ben-Yehuda
authored
Rollup merge of rust-lang#40154 - steveklabnik:link-unstable-book, r=frewsxcv
add unstable book to the bookshelf r? @frewsxcv @GuillaumeGomez
2 parents ee60afa + ae2c9d2 commit df9a721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
2828
nicknamed 'The Rust Bookshelf.'
2929

3030
* [The Rust Programming Language][book] teaches you how to program in Rust.
31+
* [The Unstable Book][unstable-book] has documentation for unstable features.
3132
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
3233
* [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book.
3334

@@ -44,4 +45,5 @@ landed before then. That work is being tracked [here][38643].
4445
[err]: error-index.html
4546
[book]: book/index.html
4647
[nomicon]: nomicon/index.html
48+
[unstable-book]: unstable-book/index.html
4749

0 commit comments

Comments
 (0)