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 c6c2831 commit f49d9caCopy full SHA for f49d9ca
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