Skip to content

Commit

Permalink
Rollup merge of #74835 - GuillaumeGomez:cleanup-e0734, r=jyn514
Browse files Browse the repository at this point in the history
Clean up E0734 explanation

r? @Dylan-DPC
  • Loading branch information
Manishearth committed Jul 30, 2020
2 parents 4637968 + f22a34e commit 172b3a7
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 172b3a7

Please sign in to comment.