about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-03-23 12:40:14 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-03-23 12:40:14 +0100
commit19e69359564c919023e294b485d952bc240260e2 (patch)
treebc53bd46644eb7ac4b86c3e352920692fd975944 /src/librustc_error_codes/error_codes
parent98803c182b2ba6ef5dccb6bf501958249295eac0 (diff)
downloadrust-19e69359564c919023e294b485d952bc240260e2.tar.gz
rust-19e69359564c919023e294b485d952bc240260e2.zip
Clean up E0452 explanation
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-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