You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/attributes/derive.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,7 @@ You can implement `derive` for your own traits through [procedural macros].
38
38
r[attributes.derive.automatically_derived]
39
39
## The `automatically_derived` attribute
40
40
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.
0 commit comments