Skip to content

Commit 34d4dba

Browse files
committed
Use more specific link for trait definition function
1 parent a2c50de commit 34d4dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The `naked` attribute may only be applied to:
154154
- [Free functions][items.fn]
155155
- [Inherent associated functions][items.associated.fn]
156156
- [Trait impl functions][items.impl.trait]
157-
- [Trait definition functions][items.traits] with a body
157+
- [Trait definition functions][items.traits.associated-item-decls] with a body
158158
159159
r[attributes.codegen.naked.duplicates]
160160
The `naked` attribute may be used any number of times on a form.

0 commit comments

Comments
 (0)