Skip to content

Commit 188acd9

Browse files
committed
docs: fixes incorrect output
1 parent 73afe56 commit 188acd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configurations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,8 @@ where
928928
#### `true`:
929929

930930
```rust
931-
impl<T> Lorem for T where
932-
Option<T>: Ipsum {
931+
impl<T> Lorem for T
932+
where Option<T>: Ipsum {
933933
...
934934
}
935935
```

0 commit comments

Comments
 (0)