fix whitespace
This commit is contained in:
parent
ad7c2b0660
commit
f3dcf65985
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ where
|
|||
f: F
|
||||
}
|
||||
```
|
||||
This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
|
||||
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
|
||||
This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
|
||||
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
|
||||
`'a`.
|
||||
|
||||
To fix this we can pass a dummy parameter:
|
||||
|
|
Loading…
Add table
Reference in a new issue