Skip to content

Commit

Permalink
make statement about *.stderr files clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 8, 2017
1 parent fd1351f commit 6dfd6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -43,7 +43,7 @@ travis build actually checks for this.
Clippy uses UI tests. UI tests check that the output of the compiler is exactly as expected.
Of course there's little sense in writing the output yourself or copying it around.
Therefore you can simply run `tests/ui/update-all-references.sh` and check whether
the output looks as you expect with `git diff`. Commit all `.stderr` files, too.
the output looks as you expect with `git diff`. Commit all `*.stderr` files, too.

Also please document your lint with a doc comment akin to the following:
```rust
Expand Down

0 comments on commit 6dfd6f1

Please sign in to comment.