Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
This commit is contained in:
LeSeulArtichaut 2020-09-11 13:02:54 +02:00 committed by Tshepang Lekhonkhobe
parent 57794fe4dc
commit 4a8945792e
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ Make sure your pull request is in compliance with Rust's style guidelines by run
$ ./x.py test tidy --bless $ ./x.py test tidy --bless
We recommand to make this check before every pull request (and every new commit We recommend to make this check before every pull request (and every new commit
in a pull request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) in a pull request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
before every push to make sure you never forget to make this check. The before every push to make sure you never forget to make this check. The
CI will also run tidy and will fail if tidy fails. CI will also run tidy and will fail if tidy fails.