File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,15 @@ to be run inside the `rust` directory):
178
178
_Note:_ This will directly push to the remote repository. You can also push
179
179
to your local copy by replacing the remote address with ` /path/to/rust-clippy`
180
180
directory.
181
+
182
+ _Note:_ Most of the time you have to create a merge commit in the
183
+ ` rust-clippy` repo (this has to be done in the Clippy repo, not in the
184
+ rust-copy of Clippy):
185
+ ` ` ` bash
186
+ git checkout sync-from-rust
187
+ git fetch upstream
188
+ git merge upstream/master
189
+ ` ` `
181
190
3. Open a PR to ` rust-lang/rust-clippy` and wait for it to get merged (to
182
191
accelerate the process ping the ` @rust-lang/clippy` team in your PR and/or
183
192
~ ~annoy~~ ask them in the [Discord] channel.)
You can’t perform that action at this time.
0 commit comments