From b7970e6c5ec0e87f6ad569f15988bfff0be86aa3 Mon Sep 17 00:00:00 2001 From: Jakob Degen Date: Thu, 24 Sep 2020 10:44:20 -0400 Subject: [PATCH] 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. --- src/conventions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/conventions.md b/src/conventions.md index b9001ee0..582de036 100644 --- a/src/conventions.md +++ b/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