Skip to content

Commit

Permalink
Fix link format for rust-analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusZoppelt committed Sep 17, 2023
1 parent cf700ab commit 1a60904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1a60904

Please sign in to comment.