From 0e01c41c02d7d8ec4217e5ca9fa55281accd99a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jes=C3=BAs=20Rubio?= Date: Thu, 18 Feb 2021 09:38:42 +0100 Subject: [PATCH] Update compiler/rustc_error_codes/src/error_codes/E0549.md Co-authored-by: Guillaume Gomez --- compiler/rustc_error_codes/src/error_codes/E0549.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_error_codes/src/error_codes/E0549.md b/compiler/rustc_error_codes/src/error_codes/E0549.md index 0ae7b0a377f..3337b0964fa 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0549.md +++ b/compiler/rustc_error_codes/src/error_codes/E0549.md @@ -1,4 +1,4 @@ -A `rustc_deprecated` attribute wasn't be paired with a `stable`/`unstable` +A `rustc_deprecated` attribute wasn't paired with a `stable`/`unstable` attribute. Erroneous code example: -- 2.44.0