We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7c0021 + 9fe9584 commit a65a851Copy full SHA for a65a851
1 file changed
src/attributes/derive.md
@@ -43,7 +43,12 @@ r[attributes.derive.duplicates]
43
The `derive` attribute may be used any number of times on an item. All derive macros listed in all attributes are invoked.
44
45
r[attributes.derive.stdlib]
46
-The `derive` attribute is exported in the standard library prelude as [`core::prelude::v1::derive`].
+The `derive` attribute is exported in the standard library as:
47
+
48
+- [`core::derive`]
49
+- [`std::derive`]
50
+- [`core::prelude::v1::derive`]
51
+- [`std::prelude::v1::derive`]
52
53
r[attributes.derive.built-in]
54
Built-in derives are defined in the [language prelude][names.preludes.lang]. The list of built-in derives are:
0 commit comments