Skip to content

Commit 2af29af

Browse files
committed
style-guide: Not all where clauses can be written as inline bounds
1 parent 2f20bb4 commit 2af29af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/style-guide/src/items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ where
347347
```
348348

349349
If a `where` clause is very short, prefer using an inline bound on the type
350-
parameter.
350+
parameter if possible.
351351

352352
If a component of a `where` clause does not fit and contains `+`, break it
353353
before each `+` and block-indent the continuation lines. Put each bound on its

0 commit comments

Comments
 (0)