Skip to content

Commit 172b3a7

Browse files
authored
Rollup merge of #74835 - GuillaumeGomez:cleanup-e0734, r=jyn514
Clean up E0734 explanation r? @Dylan-DPC
2 parents 4637968 + f22a34e commit 172b3a7

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0734.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A stability attribute has been used outside of the standard library.
22

3-
Erroneous code examples:
3+
Erroneous code example:
44

55
```compile_fail,E0734
66
#[rustc_deprecated(since = "b", reason = "text")] // invalid

0 commit comments

Comments
 (0)