From 4c73c23a5b88b7513ed68d4e33790565e9a910bb Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 24 Aug 2023 18:00:58 +0200 Subject: [PATCH] Fix extra indentation in code block (#1119) --- src/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo.md b/src/cargo.md index 4351187b..6f8bf2aa 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -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]).