]> git.lizzy.rs Git - rust.git/blobdiff - CONTRIBUTING.md
Added `cargo dev setup vscode-tasks` for simplicity
[rust.git] / CONTRIBUTING.md
index 7265d1b832376401f9a8997a9b5c4b8e2a2a8209..b202fc4f281cbfe949778163ecf5a80cd317eb67 100644 (file)
@@ -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.