@@ -118,16 +118,16 @@ which `IntelliJ Rust` will be able to understand.
118118Run ` cargo dev setup intellij --repo-path <repo-path> ` where ` <repo-path> ` is a path to the rustc repo
119119you just cloned.
120120The command will add path-dependencies pointing towards rustc-crates inside the rustc repo to
121- Clippys ` Cargo.toml ` s and should allow ` IntelliJ Rust ` to understand most of the types that Clippy uses.
121+ Clippy's ` Cargo.toml ` s and should allow ` IntelliJ Rust ` to understand most of the types that Clippy uses.
122122Just make sure to remove the dependencies again before finally making a pull request!
123123
124124[ rustc_repo ] : https://github.com/rust-lang/rust/
125125[ IntelliJ_rust_homepage ] : https://intellij-rust.github.io/
126126
127127### Rust Analyzer
128128As of [ #6869 ] [ 6869 ] , [ ` rust-analyzer ` ] [ ra_homepage ] can understand that Clippy uses compiler-internals
129- using ` extern crate ` when ` package.metadata.rust-analyzer.rustc_private ` is set to ` true ` in Clippys ` Cargo.toml. `
130- You will required a ` nightly ` toolchain with the ` rustc-dev ` component installed.
129+ using ` extern crate ` when ` package.metadata.rust-analyzer.rustc_private ` is set to ` true ` in Clippy's ` Cargo.toml. `
130+ You will require a ` nightly ` toolchain with the ` rustc-dev ` component installed.
131131Make sure that in the ` rust-analyzer ` configuration, you set
132132```
133133{ "rust-analyzer.rustcSource": "discover" }
@@ -228,7 +228,7 @@ about `subtree`s in the Rust repository see [Rust's `CONTRIBUTING.md`][subtree].
228228
229229### Patching git-subtree to work with big repos
230230
231- Currently there's a bug in ` git-subtree ` that prevents it from working properly
231+ Currently, there's a bug in ` git-subtree ` that prevents it from working properly
232232with the [ ` rust-lang/rust ` ] repo. There's an open PR to fix that, but it's stale.
233233Before continuing with the following steps, we need to manually apply that fix to
234234our local copy of ` git-subtree ` .
0 commit comments