style-guide: Not all where clauses can be written as inline bounds

This commit is contained in:
Josh Triplett 2024-01-10 19:13:15 -08:00
parent 2f20bb4a97
commit 2af29af710

View File

@ -347,7 +347,7 @@ where
```
If a `where` clause is very short, prefer using an inline bound on the type
parameter.
parameter if possible.
If a component of a `where` clause does not fit and contains `+`, break it
before each `+` and block-indent the continuation lines. Put each bound on its