about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJesús Rubio <jesusprubio@gmail.com>2021-02-18 10:03:01 +0100
committerGitHub <noreply@github.com>2021-02-18 10:03:01 +0100
commit3c4fe1e3dbc1f060d10c2dc974d2c496db4ed74d (patch)
tree028ba1653973122d802b54f09db6f178a46f8d43
parent0e01c41c02d7d8ec4217e5ca9fa55281accd99a9 (diff)
downloadrust-3c4fe1e3dbc1f060d10c2dc974d2c496db4ed74d.tar.gz
rust-3c4fe1e3dbc1f060d10c2dc974d2c496db4ed74d.zip
Update compiler/rustc_error_codes/src/error_codes/E0549.md
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0549.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0549.md b/compiler/rustc_error_codes/src/error_codes/E0549.md
index 3337b0964fa..d4b78e7e0d6 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0549.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0549.md
@@ -1,5 +1,5 @@
 A `rustc_deprecated` attribute wasn't paired with a `stable`/`unstable`
-attribute. 
+attribute.
 
 Erroneous code example: