about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorDale Wijnand <344610+dwijnand@users.noreply.github.com>2018-09-07 11:46:53 +0100
committerGitHub <noreply@github.com>2018-09-07 11:46:53 +0100
commit11dc8e8967dff8cc5411c2125f80e4cebc77d448 (patch)
tree04bdc834a5f37db6d1474251e37d1b9e54dd3003 /src/doc/rustc-dev-guide
parent4212f0d8ad35cf849e8eb21631a0a146b32e1164 (diff)
downloadrust-11dc8e8967dff8cc5411c2125f80e4cebc77d448.tar.gz
rust-11dc8e8967dff8cc5411c2125f80e4cebc77d448.zip
No copyright notices on new tests
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/adding.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/adding.md b/src/doc/rustc-dev-guide/src/tests/adding.md
index ee264747a8d..dca224fffe5 100644
--- a/src/doc/rustc-dev-guide/src/tests/adding.md
+++ b/src/doc/rustc-dev-guide/src/tests/adding.md
@@ -9,7 +9,6 @@ To add a new test, the first thing you generally do is to create a
 file, typically a Rust source file. Test files have a particular
 structure:
 
-- They always begin with the [copyright notice](./conventions.html#copyright);
 - then they should have some kind of
   [comment explaining what the test is about](#explanatory_comment);
 - next, they can have one or more [header commands](#header_commands), which