Skip to content

Commit 0feaf61

Browse files
committed
rollup merge of #24669: steveklabnik/fix
This section was added but the list wasn't updated.
2 parents 83008b2 + f0a3b6c commit 0feaf61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/trpl/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ is the first. After this:
2424
* [Syntax and Semantics][ss] - Each bit of Rust, broken down into small chunks.
2525
* [Nightly Rust][nr] - Cutting-edge features that aren’t in stable builds yet.
2626
* [Glossary][gl] - A reference of terms used in the book.
27+
* [Academic Research][ar] - Literature that influenced Rust.
2728

2829
[gs]: getting-started.html
2930
[lr]: learn-rust.html
3031
[er]: effective-rust.html
3132
[ss]: syntax-and-semantics.html
3233
[nr]: nightly-rust.html
3334
[gl]: glossary.html
35+
[ar]: academic-research.html
3436

3537
After reading this introduction, you’ll want to dive into either ‘Learn Rust’
3638
or ‘Syntax and Semantics’, depending on your preference: ‘Learn Rust’ if you

0 commit comments

Comments
 (0)