Skip to content

Commit 846d697

Browse files
bors[bot]caemor
andcommitted
Merge #34
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]>
2 parents 6b6511f + 9a17641 commit 846d697

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/preface.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ need to install the following tools to run and inspect the examples in this
4242
book:
4343

4444
- 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].
45+
the 2018 features and idioms check the [`edition guide`].
4646

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

@@ -55,6 +55,8 @@ book:
5555

5656
- GDB with ARM support.
5757

58+
[`edition guide`]: https://rust-lang-nursery.github.io/edition-guide/
59+
5860
### Example setup
5961

6062
Instructions common to all OSes

0 commit comments

Comments
 (0)