Skip to content

Commit f22a34e

Browse files
Clean up E0734 explanation
1 parent 9e92106 commit f22a34e

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)