docs: fixes incorrect output
This commit is contained in:
parent
73afe562f1
commit
188acd9ffc
@ -928,8 +928,8 @@ where
|
||||
#### `true`:
|
||||
|
||||
```rust
|
||||
impl<T> Lorem for T where
|
||||
Option<T>: Ipsum {
|
||||
impl<T> Lorem for T
|
||||
where Option<T>: Ipsum {
|
||||
...
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user