Skip to content

Commit 37d78b9

Browse files
ehusstraviscross
authored andcommitted
Unwrap automatically_derived
1 parent a2406f5 commit 37d78b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/attributes/derive.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ During macro expansion, for each element in the list of derives, the correspondi
6666
r[attributes.derive.automatically_derived]
6767
## The `automatically_derived` attribute
6868
69-
The *`automatically_derived` attribute* is automatically added to
70-
[implementations] created by the `derive` attribute for built-in traits. It
71-
has no direct effect, but it may be used by tools and diagnostic lints to
72-
detect these automatically generated implementations.
69+
The *`automatically_derived` attribute* is automatically added to [implementations] created by the `derive` attribute for built-in traits. It has no direct effect, but it may be used by tools and diagnostic lints to detect these automatically generated implementations.
7370
7471
[items]: ../items.md
7572
[derive macros]: ../procedural-macros.md#derive-macros

0 commit comments

Comments
 (0)