Skip to content

Commit 77dab69

Browse files
committed
Impls - Mention where inner attrs are allowed
1 parent 0b871ab commit 77dab69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/items/implementations.md

Lines changed: 6 additions & 0 deletions
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)