From 6dfd6f13ec2195d834bf0e5a78c8fe9c122d39f7 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 8 Feb 2017 08:44:57 +0100 Subject: [PATCH] make statement about *.stderr files clearer --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7f68dc854d..d481cfe0fa9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -- 2.44.0