From a3b4dcbefd4741f5481c5329c00869b08df15395 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 5 Nov 2018 02:01:52 +0100 Subject: [PATCH] remove link to the second edition of the Rust book its content is pretty similar to the 2018 edition and we want to reader to be familiar with the 2018 edition so it's best to direct them to that version of the Rust book --- src/intro/introduction.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intro/introduction.md b/src/intro/introduction.md index b7dd754..f4d47c4 100644 --- a/src/intro/introduction.md +++ b/src/intro/introduction.md @@ -56,7 +56,6 @@ If you are unfamiliar with anything mentioned above or if you want more informat | Topic | Resource | Description | |--------------|----------|-------------| | Rust | [Rust Book 2018 Edition](https://doc.rust-lang.org/book/2018-edition/index.html) | If you are not yet comfortable with Rust, we highly suggest reading the this book. | -| Rust | [Rust Book Second Edition](https://doc.rust-lang.org/book/second-edition) | - | | Rust, Embedded | [Embedded Rust Bookshelf](https://docs.rust-embedded.org) | Here you can find several other resources provided by Rust's Embedded Working Group. | | Rust, Embedded | [Embedonomicon](https://docs.rust-embedded.org/embedonomicon/) | The nitty gritty details when doing embedded programming in Rust. | | Rust, Embedded | [embedded FAQ](https://docs.rust-embedded.org/faq.html) | Frequently asked questions about Rust in an embedded context. |