File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ That's why the `else_if_without_else` example uses the `register_early_pass` fun
155
155
156
156
## Fixing build failures caused by Rust
157
157
158
- Clippy currently gets build with ` rustc ` of the ` rust-lang/rust ` ` master `
158
+ Clippy currently gets built with ` rustc ` of the ` rust-lang/rust ` ` master `
159
159
branch. Most of the times we have to adapt to the changes and only very rarely
160
160
there's an actual bug in Rust.
161
161
@@ -170,15 +170,15 @@ Here is a TL;DR version of the sync process:
170
170
171
171
1 . Clone the [ ` rust-lang/rust ` ] repository (all of the following commands have
172
172
to be run inside the ` rust ` directory)
173
- 2 . Sync the changes to the copy of Clippy to your fork of the Clippy repository :
173
+ 2 . Sync the changes to the rust- copy of Clippy to your Clippy fork :
174
174
``` bash
175
175
# Make sure to change `your-github-name` to your github name in the following command
176
176
git subtree push -P src/tools/clippy git@github.com:your-github-name/rust-clippy sync-from-rust
177
177
```
178
178
3. Open a PR to ` rust-lang/rust-clippy` and wait for it to get merged (to
179
179
accelerate the process ping the ` @rust-lang/clippy` team in your PR and/or
180
180
~ ~annoy~~ ask them in the [Discord] channel.)
181
- 4. Sync the ` rust-lang/rust-clippy` master to the copy of Clippy:
181
+ 4. Sync the ` rust-lang/rust-clippy` master to the rust- copy of Clippy:
182
182
` ` ` bash
183
183
git checkout -b sync-from-clippy
184
184
git subtree pull -P src/tools/clippy https://github.com/rust-lang/rust-clippy master
You can’t perform that action at this time.
0 commit comments