Skip to content

Commit 63562a6

Browse files
committed
Auto merge of #10334 - samueltardieu:book-warning-text, r=Manishearth
book: move warning to the right place changelog: none
2 parents ac60dca + 21433ab commit 63562a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/development/infrastructure/backport.md

+1
Original file line numberDiff line numberDiff 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
```

book/src/development/infrastructure/sync.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ to be run inside the `rust` directory):
7979
`rustup check`.
8080
3. 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
```

0 commit comments

Comments
 (0)