X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CONTRIBUTING.md;h=7265d1b832376401f9a8997a9b5c4b8e2a2a8209;hb=59ccc1efb368a9a3b036510f7b2d56519608da85;hp=02d2b63c9e199c936a7c86fbbd479f85ff924afe;hpb=1f7aef336ea947e14cfabcb22538863e04a87e57;p=rust.git 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 ` where `` 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/