]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/CONTRIBUTING.md
BPF: review fixes
[rust.git] / src / tools / clippy / CONTRIBUTING.md
index 02d2b63c9e199c936a7c86fbbd479f85ff924afe..7265d1b832376401f9a8997a9b5c4b8e2a2a8209 100644 (file)
@@ -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/