]> git.lizzy.rs Git - rust.git/commitdiff
Clean up E0454
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 24 Mar 2020 12:58:00 +0000 (13:58 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Tue, 24 Mar 2020 12:58:00 +0000 (13:58 +0100)
src/librustc_error_codes/error_codes/E0454.md

index 80eb91e43d16b38ddcb434e5aed6e59f35311ee9..23ca6c7824df1e1129d41304d98635fee4a16986 100644 (file)
@@ -1,4 +1,6 @@
-A link name was given with an empty name. Erroneous code example:
+A link name was given with an empty name.
+
+Erroneous code example:
 
 ```compile_fail,E0454
 #[link(name = "")] extern {}