Skip to content

Commit 8cb1a2f

Browse files
Use : rather than . in example description
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent a2d7c33 commit 8cb1a2f

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Negative impls are not allowed to have any items. Negative impls declare that a
1818
trait is **not** implemented (and never will be) and hence there is no need to
1919
specify the values for trait methods or other items.
2020

21-
One way to fix this is to remove the items in negative impls.
21+
One way to fix this is to remove the items in negative impls:
2222

2323
```
2424
# #![feature(negative_impls)]

0 commit comments

Comments
 (0)