diff options
Diffstat (limited to 'src/tools/rustfmt/atom.md')
-rw-r--r-- | src/tools/rustfmt/atom.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/rustfmt/atom.md b/src/tools/rustfmt/atom.md index f77ac1490..c7e3a991a 100644 --- a/src/tools/rustfmt/atom.md +++ b/src/tools/rustfmt/atom.md @@ -1,8 +1,8 @@ # Running Rustfmt from Atom -## RLS +## rust-analyzer -Rustfmt is included with the Rust Language Server, itself provided by [ide-rust](https://atom.io/packages/ide-rust). +Rustfmt can be utilized from [rust-analyzer](https://rust-analyzer.github.io/) which is provided by [ide-rust](https://atom.io/packages/ide-rust). `apm install ide-rust` |