Skip to content

Commit 058fc3a

Browse files
authored
Merge pull request #3546 from zica87/patch-1
Replace RLS with rust-analyzer in ch00
2 parents 050b394 + dddd193 commit 058fc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch00-00-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Rust also brings contemporary developer tools to the systems programming world:
3838
ecosystem.
3939
* The Rustfmt formatting tool ensures a consistent coding style across
4040
developers.
41-
* The Rust Language Server powers Integrated Development Environment (IDE)
41+
* The rust-analyzer powers Integrated Development Environment (IDE)
4242
integration for code completion and inline error messages.
4343

4444
By using these and other tools in the Rust ecosystem, developers can be

0 commit comments

Comments
 (0)