about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMateusz Gacek <mgacek8@users.noreply.github.com>2021-04-30 17:27:42 +0200
committerGitHub <noreply@github.com>2021-04-30 17:27:42 +0200
commita7dc1ca80a298fbc8d948e98490c4cd7661156e5 (patch)
treef0907b5292641c6d6257525fb9b0f68cbf4824d3
parenta300b0e66ce819833c4de4439ea3044a4c89eda3 (diff)
downloadrust-a7dc1ca80a298fbc8d948e98490c4cd7661156e5.tar.gz
rust-a7dc1ca80a298fbc8d948e98490c4cd7661156e5.zip
Small fix in CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 02d2b63c9e1..7265d1b8323 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -118,7 +118,7 @@ which `IntelliJ Rust` will be able to understand.
 Run `cargo dev ide_setup --repo-path <repo-path>` where `<repo-path>` is a path to the rustc repo
 you just cloned.
 The command will add path-dependencies pointing towards rustc-crates inside the rustc repo to
-Clippys `Cargo.toml`s and should allow rust-analyzer to understand most of the types that Clippy uses.
+Clippys `Cargo.toml`s and should allow `IntelliJ Rust` to understand most of the types that Clippy uses.
 Just make sure to remove the dependencies again before finally making a pull request!
 
 [rustc_repo]: https://github.com/rust-lang/rust/