Skip to content

Commit a7dc1ca

Browse files
authored
Small fix in CONTRIBUTING.md
1 parent a300b0e commit a7dc1ca

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)