Skip to content

Commit 6b2a4af

Browse files
committed
Reword attributes.derive.syntax
This is a slight rewording of attributes.derive.syntax. This drops the "list of traits" since these are really list of derive macros, of which there just happens to be several built-in ones that have the same name as their corresponding trait.
1 parent 1596141 commit 6b2a4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/derive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The *`derive` [attribute][attributes]* allows new [items] to be automatically ge
2727
> ```
2828
2929
r[attributes.derive.syntax]
30-
It uses the [MetaListPaths] syntax to specify a list of traits to implement or paths to [derive macros] to process.
30+
The `derive` attribute uses the [MetaListPaths] syntax to specify a list of paths to [derive macros] to process.
3131
3232
3333

0 commit comments

Comments
 (0)