about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJakob Degen <jakob@degen.com>2020-09-24 10:44:20 -0400
committerJoshua Nelson <joshua@yottadb.com>2020-09-24 11:45:35 -0400
commit370b79975ced84fe1c17eee2632df9a2ac8a9651 (patch)
tree30f1ddfb5fe6e12f7c515b10160e0130f514dadf /src/doc/rustc-dev-guide
parent9373c8d588f78b43903423b63a2223fdc38f3d88 (diff)
downloadrust-370b79975ced84fe1c17eee2632df9a2ac8a9651.tar.gz
rust-370b79975ced84fe1c17eee2632df9a2ac8a9651.zip
Remove reference to copyright notices.
Immediately below the section on copyright notices being removed,
it is mentioned that a particular thing should be placed below the
notices. This seems confusing.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/conventions.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/conventions.md b/src/doc/rustc-dev-guide/src/conventions.md
index b9001ee0bbe..582de036493 100644
--- a/src/doc/rustc-dev-guide/src/conventions.md
+++ b/src/doc/rustc-dev-guide/src/conventions.md
@@ -38,8 +38,7 @@ keep things to 80.
 
 **Ignoring the line length limit.** Sometimes – in particular for
 tests – it can be necessary to exempt yourself from this limit. In
-that case, you can add a comment towards the top of the file (after
-the copyright notice) like so:
+that case, you can add a comment towards the top of the file like so:
 
 ```rust
 // ignore-tidy-linelength