mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
book: move warning to the right place
This commit is contained in:
parent
0f7558148c
commit
21433abcea
2 changed files with 2 additions and 2 deletions
|
@ -28,6 +28,7 @@ repository. You can do this with:
|
|||
```bash
|
||||
# Assuming the current directory corresponds to the Rust repository
|
||||
$ git checkout beta
|
||||
# Make sure to change `your-github-name` to your github name in the following command
|
||||
$ git subtree pull -p src/tools/clippy https://github.com/<your-github-name>/rust-clippy backport
|
||||
$ ./x.py test src/tools/clippy
|
||||
```
|
||||
|
|
|
@ -79,8 +79,7 @@ to be run inside the `rust` directory):
|
|||
`rustup check`.
|
||||
3. Sync the changes to the rust-copy of Clippy to your Clippy fork:
|
||||
```bash
|
||||
# Make sure to change `your-github-name` to your github name in the following command. Also be
|
||||
# sure to either use a net-new branch, e.g. `sync-from-rust`, or delete the branch beforehand
|
||||
# Be sure to either use a net-new branch, e.g. `sync-from-rust`, or delete the branch beforehand
|
||||
# because changes cannot be fast forwarded and you have to run this command again.
|
||||
git subtree push -P src/tools/clippy clippy-local sync-from-rust
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue