about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-01-31 02:10:46 +0100
committerGitHub <noreply@github.com>2019-01-31 02:10:46 +0100
commit9b3aedf5b0bd74e50987a59052695f04a3fb78bb (patch)
treee81b11666258a5d793aeab322d0b531f57e1b93d
parentfb7721a5944967df57a5d038952190681327399b (diff)
parent84a89aa666db1a144f7bd44e535f19ac81dfaae5 (diff)
downloadrust-9b3aedf5b0bd74e50987a59052695f04a3fb78bb.tar.gz
rust-9b3aedf5b0bd74e50987a59052695f04a3fb78bb.zip
Rollup merge of #57980 - siddharthasahu:patch-1, r=QuietMisdreavus
Add the edition guide to the bookshelf
-rw-r--r--src/doc/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 55897e5a3e9..7bd1854d86f 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -71,6 +71,10 @@ accomplishing various tasks.
   </form>
 </div>
 
+## The Edition Guide
+
+[The Edition Guide](edition-guide/index.html) describes the Rust editions.
+
 ## The Rustc Book
 
 [The Rustc Book](rustc/index.html) describes the Rust compiler, `rustc`.