Skip to content

Commit

Permalink
Merge pull request #3546 from zica87/patch-1
Browse files Browse the repository at this point in the history
Replace RLS with rust-analyzer in ch00
  • Loading branch information
chriskrycho authored Apr 8, 2024
2 parents 050b394 + dddd193 commit 058fc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch00-00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Rust also brings contemporary developer tools to the systems programming world:
ecosystem.
* The Rustfmt formatting tool ensures a consistent coding style across
developers.
* The Rust Language Server powers Integrated Development Environment (IDE)
* The rust-analyzer powers Integrated Development Environment (IDE)
integration for code completion and inline error messages.

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

0 comments on commit 058fc3a

Please sign in to comment.