about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-05-06 11:51:22 +0200
committerflip1995 <philipp.krones@embecosm.com>2021-05-06 12:20:44 +0200
commitd6058820237893566670d828c900de61c8e8f8af (patch)
tree92ee6c884fcec7b9d661841c910b97ec4f8a292c /CONTRIBUTING.md
parent45d4e61098f9e0593fd0d28ba07a738d7e909212 (diff)
downloadrust-d6058820237893566670d828c900de61c8e8f8af.tar.gz
rust-d6058820237893566670d828c900de61c8e8f8af.zip
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
Diffstat (limited to '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/