about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2020-03-24 00:49:54 +0100
committerGitHub <noreply@github.com>2020-03-24 00:49:54 +0100
commit3b8872d76de4def293b0bce5a5ad737ccaab7d3d (patch)
tree44be8d66f7d499ea3b57e9566bf4c0da2e918731
parent54db0cfe487ed2926ab8f63ef584363f81e07243 (diff)
parent19e69359564c919023e294b485d952bc240260e2 (diff)
downloadrust-3b8872d76de4def293b0bce5a5ad737ccaab7d3d.tar.gz
rust-3b8872d76de4def293b0bce5a5ad737ccaab7d3d.zip
Rollup merge of #70309 - GuillaumeGomez:cleanup-e0452, r=Dylan-DPC
Clean up E0452 explanation

r? @Dylan-DPC
-rw-r--r--src/librustc_error_codes/error_codes/E0452.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0452.md b/src/librustc_error_codes/error_codes/E0452.md
index be3d573e10d..429813a7cdd 100644
--- a/src/librustc_error_codes/error_codes/E0452.md
+++ b/src/librustc_error_codes/error_codes/E0452.md
@@ -1,4 +1,6 @@
-An invalid lint attribute has been given. Erroneous code example:
+An invalid lint attribute has been given.
+
+Erroneous code example:
 
 ```compile_fail,E0452
 #![allow(foo = "")] // error: malformed lint attribute