Skip to content

Commit 7f0741d

Browse files
authored
Update E0120.md
1 parent 94d207f commit 7f0741d

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/E0120.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Drop was implemented on a trait, which is not allowed: only structs and
1+
Drop was implemented on a trait, which is not allowed: only structs and
22
enums can implement Drop.
33

44
Erroneous code example:

0 commit comments

Comments
 (0)