File tree 2 files changed +2
-2
lines changed
book/src/development/infrastructure
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:
28
28
``` bash
29
29
# Assuming the current directory corresponds to the Rust repository
30
30
$ git checkout beta
31
+ # Make sure to change `your-github-name` to your github name in the following command
31
32
$ git subtree pull -p src/tools/clippy https://github.com/< your-github-name> /rust-clippy backport
32
33
$ ./x.py test src/tools/clippy
33
34
```
Original file line number Diff line number Diff line change @@ -79,8 +79,7 @@ to be run inside the `rust` directory):
79
79
` rustup check ` .
80
80
3 . Sync the changes to the rust-copy of Clippy to your Clippy fork:
81
81
``` 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
84
83
# because changes cannot be fast forwarded and you have to run this command again.
85
84
git subtree push -P src/tools/clippy clippy-local sync-from-rust
86
85
```
You can’t perform that action at this time.
0 commit comments