about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/style-guide/src/items.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/style-guide/src/items.md b/src/doc/style-guide/src/items.md
index 06bac129871..71818019189 100644
--- a/src/doc/style-guide/src/items.md
+++ b/src/doc/style-guide/src/items.md
@@ -430,6 +430,7 @@ line if it fits:
 
 ```rust
 type Item<'a> where Self: 'a;
+type Item<'a>: PartialEq + Send where Self: 'a;
 ```
 
 If the associated type has a `=`, or if the `where` clause contains multiple