Skip to content

Commit 6546285

Browse files
authored
Rename the last ra_setup mention to ide_setup
1 parent a62e426 commit 6546285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To work around this, you need to have a copy of the [rustc-repo][rustc_repo] ava
115115
`git clone https://github.com/rust-lang/rust/`.
116116
Then you can run a `cargo dev` command to automatically make Clippy use the rustc-repo via path-dependencies
117117
which `IntelliJ Rust` will be able to understand.
118-
Run `cargo dev ra_setup --repo-path <repo-path>` where `<repo-path>` is a path to the rustc repo
118+
Run `cargo dev ide_setup --repo-path <repo-path>` where `<repo-path>` is a path to the rustc repo
119119
you just cloned.
120120
The command will add path-dependencies pointing towards rustc-crates inside the rustc repo to
121121
Clippys `Cargo.toml`s and should allow rust-analyzer to understand most of the types that Clippy uses.

0 commit comments

Comments
 (0)