diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-01-31 02:10:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 02:10:46 +0100 |
| commit | 9b3aedf5b0bd74e50987a59052695f04a3fb78bb (patch) | |
| tree | e81b11666258a5d793aeab322d0b531f57e1b93d | |
| parent | fb7721a5944967df57a5d038952190681327399b (diff) | |
| parent | 84a89aa666db1a144f7bd44e535f19ac81dfaae5 (diff) | |
| download | rust-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.md | 4 |
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`. |
