File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
book/src/development/infrastructure Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ repository. You can do this with:
2828``` bash
2929# Assuming the current directory corresponds to the Rust repository
3030$ git checkout beta
31+ # Make sure to change `your-github-name` to your github name in the following command
3132$ git subtree pull -p src/tools/clippy https://github.com/< your-github-name> /rust-clippy backport
3233$ ./x.py test src/tools/clippy
3334```
Original file line number Diff line number Diff line change @@ -79,8 +79,7 @@ to be run inside the `rust` directory):
7979 ` rustup check ` .
80803 . Sync the changes to the rust-copy of Clippy to your Clippy fork:
8181 ``` bash
82- # Make sure to change `your-github-name` to your github name in the following command. Also be
83- # sure to either use a net-new branch, e.g. `sync-from-rust`, or delete the branch beforehand
82+ # Be sure to either use a net-new branch, e.g. `sync-from-rust`, or delete the branch beforehand
8483 # because changes cannot be fast forwarded and you have to run this command again.
8584 git subtree push -P src/tools/clippy clippy-local sync-from-rust
8685 ```
You can’t perform that action at this time.
0 commit comments