Change path to the derive macro#2218
Conversation
|
I don't believe this is the correct change. The reason the link is failing in rust-lang/rust#154442 is because the documentation that would sit at https://doc.rust-lang.org/nightly/std/attr.derive.html has the documentation at I don't immediately know how to fix that since I'm not sure if the docs will now show up in both places (since it is a re-export). I think the answer is to use |
|
And to clarify, it would be to add |
|
Thank you @ehuss , that worked! |
The
derivemacro will be exported from the crate root once rust-lang/rust#154442 is merged: