diff --git a/src/cargo.md b/src/cargo.md index 5720f3866846..42ed61cd84ea 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -19,7 +19,7 @@ This will give you the Cargo build tool (`cargo`) and the Rust compiler (`rustc` 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]). +* We suggest using [VS Code][2] to edit the code (but any LSP compatible editor works with [rust-analyzer][3]). * Some folks also like to use the [JetBrains][4] family of feature-rich IDEs, which offer timely support, regular updates, and an out-of-the-box experience. If you prefer them, you can use [RustRover][5], which as of September 2023 is still available as a (free) preview. It will eventually replace the Rust plugin which can also be used in, e.g., their CLion IDE.