diff options
| author | bors <bors@rust-lang.org> | 2021-04-30 15:39:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-04-30 15:39:09 +0000 |
| commit | 841244dff039f6ac344d34da30b63b14a3a4f5c3 (patch) | |
| tree | f0907b5292641c6d6257525fb9b0f68cbf4824d3 | |
| parent | a300b0e66ce819833c4de4439ea3044a4c89eda3 (diff) | |
| parent | a7dc1ca80a298fbc8d948e98490c4cd7661156e5 (diff) | |
Auto merge of #7146 - mgacek8:mgacek8-small-fix, r=flip1995
Small fix in CONTRIBUTING.md This is a section for `IntelliJ Rust`, not `rust-analyzer`. changelog: none
| -rw-r--r-- | CONTRIBUTING.md | 2 |
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/ |
