We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f20bb4 commit 2af29afCopy full SHA for 2af29af
src/doc/style-guide/src/items.md
@@ -347,7 +347,7 @@ where
347
```
348
349
If a `where` clause is very short, prefer using an inline bound on the type
350
-parameter.
+parameter if possible.
351
352
If a component of a `where` clause does not fit and contains `+`, break it
353
before each `+` and block-indent the continuation lines. Put each bound on its
0 commit comments