]> git.lizzy.rs Git - rust.git/commitdiff
Update compiler/rustc_error_codes/src/error_codes/E0549.md
authorJesús Rubio <jesusprubio@gmail.com>
Thu, 18 Feb 2021 09:03:01 +0000 (10:03 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 09:03:01 +0000 (10:03 +0100)
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
compiler/rustc_error_codes/src/error_codes/E0549.md

index 3337b0964faeb3b4d5257db74290b8dcd0f1476b..d4b78e7e0d668d706a6aa45c8a0ef4415a1fdc9f 100644 (file)
@@ -1,5 +1,5 @@
 A `rustc_deprecated` attribute wasn't paired with a `stable`/`unstable`
-attribute. 
+attribute.
 
 Erroneous code example: