Skip to content

Commit b9a4f3c

Browse files
committed
Add attributes.derive.built-in-automatically_derived
I'm not sure if I should put it in as part of derive or part of automatically_derived.
1 parent 176c79b commit b9a4f3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/attributes/derive.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Built-in derives are defined in the [language prelude][names.preludes.lang]. The
5151
- [`PartialEq`]
5252
- [`PartialOrd`]
5353
54+
r[attributes.derive.built-in-automatically_derived]
55+
The built-in derives include the [`automatically_derived` attribute][attributes.derive.automatically_derived] on the implementations they generate.
56+
5457
r[attributes.derive.behavior]
5558
During macro expansion, for each element in the list of derives, the corresponding derive macro expands to zero or more [items].
5659

0 commit comments

Comments
 (0)