Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing link to edition 2018 guide #34

Merged
merged 1 commit into from
Jan 31, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.30, 1.30-beta, nightly-2018-09-13, or a newer toolchain PLUS ARM
Cortex-M compilation support.
Expand All @@ -56,6 +56,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