Improve wording
This commit is contained in:
parent
d0704d5d36
commit
f11b2e521e
@ -9,4 +9,4 @@ impl !MyTrait for i32 { } // error!
|
||||
```
|
||||
|
||||
Negative implementations are a promise that the trait will never be implemented
|
||||
for the given types. Therefore, you can't have both at the same time!
|
||||
for the given types. Therefore, both cannot exists at the same time.
|
||||
|
Loading…
Reference in New Issue
Block a user