1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-25 16:54:32 +02:00

Fix extra indentation in code block (#1119)

This commit is contained in:
Martin Geisler 2023-08-24 18:00:58 +02:00 committed by GitHub
parent 14a2044aa0
commit 4c73c23a5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ This will give you the Cargo build tool (`cargo`) and the Rust compiler (`rustc`
* On Debian/Ubuntu, you can also install Cargo, the Rust source and the [Rust formatter][6] via `apt`. However, this gets you an outdated rust version and may lead to unexpected behavior. The command would be:
```shell
sudo apt install cargo rust-src rustfmt
sudo apt install cargo rust-src rustfmt
```
* We suggest using [VS Code][2] to edit the code (but any LSP compatible editor works with rust-analyzer[3]).