diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2018-11-08 15:29:17 +0300 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2018-11-08 20:02:48 -0600 |
| commit | 074465e82767ef8b49b7159d655e7e42343cae11 (patch) | |
| tree | 0079f4b6dd4e60fbe7913312dba1461f96eb5d0b /src/doc/rustc-dev-guide | |
| parent | ab12b0bdc439bc72d2f1f8e8205dd9e153f383e9 (diff) | |
| download | rust-074465e82767ef8b49b7159d655e7e42343cae11.tar.gz rust-074465e82767ef8b49b7159d655e7e42343cae11.zip | |
Remove reference to copyright comment
We don't need them anymore
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/adding.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/adding.md b/src/doc/rustc-dev-guide/src/tests/adding.md index 418287355fd..5b86748142a 100644 --- a/src/doc/rustc-dev-guide/src/tests/adding.md +++ b/src/doc/rustc-dev-guide/src/tests/adding.md @@ -72,10 +72,9 @@ directory structure to use is actually an area of active debate.) ## Comment explaining what the test is about When you create a test file, **include a comment summarizing the point -of the test immediately after the copyright notice**. This should -highlight which parts of the test are more important, and what the bug -was that the test is fixing. Citing an issue number is often very -helpful. +of the test at the start of the file**. This should highlight which +parts of the test are more important, and what the bug was that the +test is fixing. Citing an issue number is often very helpful. This comment doesn't have to be super extensive. Just something like "Regression test for #18060: match arms were matching in the wrong |
