We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a443d commit 1b2c57cCopy full SHA for 1b2c57c
CONTRIBUTING.md
@@ -262,7 +262,9 @@ to be run inside the `rust` directory):
262
2. Checkout the commit from the latest available nightly. You can get it using `rustup check`.
263
3. Sync the changes to the rust-copy of Clippy to your Clippy fork:
264
```bash
265
- # Make sure to change `your-github-name` to your github name in the following command
+ # Make sure to change `your-github-name` to your github name in the following command. Also be
266
+ # sure to either use a net-new branch, e.g. `sync-from-rust`, or delete the branch beforehand
267
+ # because changes cannot be fast forwarded
268
git subtree push -P src/tools/clippy git@github.com:your-github-name/rust-clippy sync-from-rust
269
```
270
0 commit comments