Skip to content

Commit 841244d

Browse files
committed
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
2 parents a300b0e + a7dc1ca commit 841244d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ which `IntelliJ Rust` will be able to understand.
118118
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
121-
Clippys `Cargo.toml`s and should allow rust-analyzer to understand most of the types that Clippy uses.
121+
Clippys `Cargo.toml`s and should allow `IntelliJ Rust` to understand most of the types that Clippy uses.
122122
Just make sure to remove the dependencies again before finally making a pull request!
123123

124124
[rustc_repo]: https://github.com/rust-lang/rust/

0 commit comments

Comments
 (0)