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}} ```