diff --git a/foreword/implementation.typ b/foreword/implementation.typ index 88f9a3c..7e4f5f0 100644 --- a/foreword/implementation.typ +++ b/foreword/implementation.typ @@ -185,7 +185,7 @@ Moreover, Rust comes with many programs that help developers. - #link("https://github.com/rust-lang/rust")[*`rustc`*] is the Rust compiler. It is comfortable due to the clarity and precise explanations of its error messages. - #link("https://github.com/rust-lang/cargo")[*`cargo`*] is the official Rust's project and package manager. It manages compilation, dependencies, documentation, tests, etc. - #link("https://github.com/racer-rust/racer")[*`racer`*], #link("https://github.com/rust-lang/rls")[*`rls`*] (Rust - Language Server)} and #link("https://github.com/rust-analyzer/rust-analyzer")[*`rust-analyzer`*] are software that manage automatic compilation to display errors in code editors as well as providing semantic code completion. + Language Server) and #link("https://github.com/rust-analyzer/rust-analyzer")[*`rust-analyzer`*] are software that manage automatic compilation to display errors in code editors as well as providing semantic code completion. - #link("https://github.com/rust-lang/rustfmt")[*`rustfmt`*] auto formats code. - #link("https://github.com/rust-lang/rust-clippy")[*`clippy`*] is a linter that detects unidiomatic code and suggests modifications.