Skip to content

Commit

Permalink
Clean up E0734 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 27, 2020
1 parent 9e92106 commit f22a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0734.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f22a34e

Please sign in to comment.