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

index 41add698cdc9041d6474250f7c25ca46d1259259..e46938c607d34f45a5e68b0328ff61da4625883e 100644 (file)
@@ -1,4 +1,6 @@
-A plugin/crate was declared but cannot be found. Erroneous code example:
+A plugin/crate was declared but cannot be found.
+
+Erroneous code example:
 
 ```compile_fail,E0463
 #![feature(plugin)]