Skip to content

Commit 113deb1

Browse files
committed
Unwrap automatically_derived
1 parent 9571d4d commit 113deb1

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
@@ -38,10 +38,7 @@ You can implement `derive` for your own traits through [procedural macros].
3838
r[attributes.derive.automatically_derived]
3939
## The `automatically_derived` attribute
4040

41-
The *`automatically_derived` attribute* is automatically added to
42-
[implementations] created by the `derive` attribute for built-in traits. It
43-
has no direct effect, but it may be used by tools and diagnostic lints to
44-
detect these automatically generated implementations.
41+
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.
4542

4643
[`impl` item]: ../items/implementations.md
4744
[items]: ../items.md

0 commit comments

Comments
 (0)