Skip to content

Commit

Permalink
Merge #34
Browse files Browse the repository at this point in the history
34: Added missing link to edition 2018 guide r=therealprof a=caemor

It looked like the link to the edition guide was missing. But it might have been intentional because the edition guide might be moved to doc.rust-lang.org later on (rust-lang/edition-guide#76) :-)

Co-authored-by: Chris <[email protected]>
  • Loading branch information
bors[bot] and caemor committed Jan 31, 2019
2 parents 6b6511f + 9a17641 commit 846d697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ need to install the following tools to run and inspect the examples in this
book:

- All the code in this book uses the 2018 edition. If you are not familiar with
the 2018 features and idioms check [the edition guide].
the 2018 features and idioms check the [`edition guide`].

- Rust 1.31 or a newer toolchain PLUS ARM Cortex-M compilation support.

Expand All @@ -55,6 +55,8 @@ book:

- GDB with ARM support.

[`edition guide`]: https://rust-lang-nursery.github.io/edition-guide/

### Example setup

Instructions common to all OSes
Expand Down

0 comments on commit 846d697

Please sign in to comment.