fix whitespace

This commit is contained in:
Oliver Killane 2024-05-05 14:55:16 +01:00
parent ad7c2b0660
commit f3dcf65985

View file

@ -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: