We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff777b commit 163b1a6Copy full SHA for 163b1a6
src/doc/style-guide/src/items.md
@@ -296,7 +296,7 @@ Prefer to use single-letter names for generic parameters.
296
These rules apply for `where` clauses on any item.
297
298
If a where clause is short, and appears on a short one-line function
299
-declaration with no body or a short associated type with no `=`, format it on
+declaration with no body or on a short type with no `=`, format it on
300
the same line as the declaration:
301
302
```rust
0 commit comments