mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Use : rather than . in example description
Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
This commit is contained in:
parent
a2d7c33aa8
commit
8cb1a2f8a2
@ -18,7 +18,7 @@ Negative impls are not allowed to have any items. Negative impls declare that a
|
||||
trait is **not** implemented (and never will be) and hence there is no need to
|
||||
specify the values for trait methods or other items.
|
||||
|
||||
One way to fix this is to remove the items in negative impls.
|
||||
One way to fix this is to remove the items in negative impls:
|
||||
|
||||
```
|
||||
# #![feature(negative_impls)]
|
||||
|
Loading…
Reference in New Issue
Block a user