about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-07-01 17:17:19 +0200
committerflip1995 <philipp.krones@embecosm.com>2021-07-01 17:41:24 +0200
commita82a744155d8f2f1d4874d6257a3bbf6f5e01e08 (patch)
tree5521aa76b80a2436256f6514be4966878fc2cb3d /CONTRIBUTING.md
parentabc9a46868b75f1f9b1c5046c3abfab1ec3d44b9 (diff)
parent753bce30f057c8a51c1121e0d1958da4cb28059b (diff)
downloadrust-a82a744155d8f2f1d4874d6257a3bbf6f5e01e08.tar.gz
rust-a82a744155d8f2f1d4874d6257a3bbf6f5e01e08.zip
Merge remote-tracking branch 'upstream/master' into rustup
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 7d7b7c81173..4273fda4e64 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -115,7 +115,7 @@ To work around this, you need to have a copy of the [rustc-repo][rustc_repo] ava
 `git clone https://github.com/rust-lang/rust/`.
 Then you can run a `cargo dev` command to automatically make Clippy use the rustc-repo via path-dependencies
 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
+Run `cargo dev setup intellij --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 `IntelliJ Rust` to understand most of the types that Clippy uses.