diff --git a/src/items/traits.md b/src/items/traits.md
index 1a65c9239..d08f45c6f 100644
--- a/src/items/traits.md
+++ b/src/items/traits.md
@@ -6,6 +6,7 @@
> [_Generics_]?
> ( `:` [_TypeParamBounds_]? )?
> [_WhereClause_]? `{`\
+> [_InnerAttribute_]\*\
> _TraitItem_\*\
> `}`
>
@@ -341,6 +342,7 @@ fn main() {
[_Generics_]: generics.md
[_MacroInvocationSemi_]: ../macros.md#macro-invocation
[_OuterAttribute_]: ../attributes.md
+[_InnerAttribute_]: ../attributes.md
[_Pattern_]: ../patterns.md
[_SelfParam_]: associated-items.md#methods
[_TypeParamBounds_]: ../trait-bounds.md