From 1edb3b94e3bd6bfbd7906880bbcd30709b3659c4 Mon Sep 17 00:00:00 2001 From: Michael Droogleever Date: Sat, 13 Oct 2018 22:37:28 +0200 Subject: [PATCH] small fixes --- src/appendix/troubleshooting.md | 2 +- src/getting-started/01.00.BUILD.md | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/appendix/troubleshooting.md b/src/appendix/troubleshooting.md index 82d1727..b9156e6 100644 --- a/src/appendix/troubleshooting.md +++ b/src/appendix/troubleshooting.md @@ -136,7 +136,7 @@ $ rustup target add thumbv7em-none-eabihf ## Build problems -### `error: language item required, but not found: \`eh_personality\`` +### `error: language item required, but not found: 'eh_personality'` #### Cause diff --git a/src/getting-started/01.00.BUILD.md b/src/getting-started/01.00.BUILD.md index eb57443..83a6688 100644 --- a/src/getting-started/01.00.BUILD.md +++ b/src/getting-started/01.00.BUILD.md @@ -209,22 +209,6 @@ For more information, you can read [the documentation here][cargoconfig]. ### `.cargo/config` - - ``` toml {{#include ../../.cargo/config}} ```