summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorChris Simpkins <git.simpkins@gmail.com>2020-03-09 23:00:41 -0400
committerChris Simpkins <git.simpkins@gmail.com>2020-03-09 23:00:41 -0400
commitc60d581eb15d6fbe17a657da7c1de4dc82b70b68 (patch)
tree23ffe6f8025f94a9fe5824a8b369135dc5c6b093 /CONTRIBUTING.md
parent4922b683de170c70260b73426ccf16172fa63b7f (diff)
downloadrust-c60d581eb15d6fbe17a657da7c1de4dc82b70b68.tar.gz
update x.py tidy testing command
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d6840b20c89..a58d4f2a7c6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -142,7 +142,7 @@ the issue in question.
Please make sure your pull request is in compliance with Rust's style
guidelines by running
- $ python x.py test src/tools/tidy
+ $ python x.py test tidy
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)