update x.py tidy testing command · rust-lang/rust@c60d581 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit c60d581

update x.py tidy testing command

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -142,7 +142,7 @@ the issue in question.
142 142 Please make sure your pull request is in compliance with Rust's style
143 143 guidelines by running
144 144
145 -$ python x.py test src/tools/tidy
145 +$ python x.py test tidy
146 146
147 147 Make this check before every pull request (and every new commit in a pull
148 148 request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)