From f22a34e84d4dba9b17bb3e68051ee82bd85f3c94 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 27 Jul 2020 20:55:30 +0200 Subject: [PATCH] Clean up E0734 explanation --- src/librustc_error_codes/error_codes/E0734.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_error_codes/error_codes/E0734.md b/src/librustc_error_codes/error_codes/E0734.md index 7506c8e693ed8..4b8e89a70604d 100644 --- a/src/librustc_error_codes/error_codes/E0734.md +++ b/src/librustc_error_codes/error_codes/E0734.md @@ -1,6 +1,6 @@ A stability attribute has been used outside of the standard library. -Erroneous code examples: +Erroneous code example: ```compile_fail,E0734 #[rustc_deprecated(since = "b", reason = "text")] // invalid