]> git.lizzy.rs Git - rust.git/commitdiff
Clean up E0452 explanation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 23 Mar 2020 11:40:14 +0000 (12:40 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 23 Mar 2020 11:40:14 +0000 (12:40 +0100)
src/librustc_error_codes/error_codes/E0452.md

index be3d573e10d2d9f4857f8860b622bb64d1ee87d9..429813a7cdd4ede67132e041df72ad0c4d0cb5ef 100644 (file)
@@ -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