Skip to content

Commit 8b11ff8

Browse files
committed
Impls - Mention where inner attrs are allowed
1 parent 870b021 commit 8b11ff8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/items/implementations.md

+6
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,11 @@ impl Seq<bool> for u32 {
136136
}
137137
```
138138

139+
## Attributes in Implementations
140+
141+
Implementations may contain inner [attributes] inside the brackets that contain
142+
the associated items. They must come before the associated items.
143+
139144

140145
[trait]: items/traits.html
146+
[attributes]: attributes.html

0 commit comments

Comments
 (0)