@@ -118,16 +118,16 @@ which `IntelliJ Rust` will be able to understand.
118
118
Run ` cargo dev setup intellij --repo-path <repo-path> ` where ` <repo-path> ` is a path to the rustc repo
119
119
you just cloned.
120
120
The 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.
122
122
Just make sure to remove the dependencies again before finally making a pull request!
123
123
124
124
[ rustc_repo ] : https://github.com/rust-lang/rust/
125
125
[ IntelliJ_rust_homepage ] : https://intellij-rust.github.io/
126
126
127
127
### Rust Analyzer
128
128
As 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.
131
131
Make sure that in the ` rust-analyzer ` configuration, you set
132
132
```
133
133
{ "rust-analyzer.rustcSource": "discover" }
@@ -228,7 +228,7 @@ about `subtree`s in the Rust repository see [Rust's `CONTRIBUTING.md`][subtree].
228
228
229
229
### Patching git-subtree to work with big repos
230
230
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
232
232
with the [ ` rust-lang/rust ` ] repo. There's an open PR to fix that, but it's stale.
233
233
Before continuing with the following steps, we need to manually apply that fix to
234
234
our local copy of ` git-subtree ` .
0 commit comments