We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5352fa commit 9a17641Copy full SHA for 9a17641
src/preface.md
@@ -42,7 +42,7 @@ need to install the following tools to run and inspect the examples in this
42
book:
43
44
- All the code in this book uses the 2018 edition. If you are not familiar with
45
- the 2018 features and idioms check [the edition guide].
+ the 2018 features and idioms check the [`edition guide`].
46
47
- Rust 1.30, 1.30-beta, nightly-2018-09-13, or a newer toolchain PLUS ARM
48
Cortex-M compilation support.
@@ -56,6 +56,8 @@ book:
56
57
- GDB with ARM support.
58
59
+[`edition guide`]: https://rust-lang-nursery.github.io/edition-guide/
60
+
61
### Example setup
62
63
Instructions common to all OSes
0 commit comments