Open
Description
To support better interop with thiserror displaydoc
should attempt to first look for #[error("..")]
and #[error(transparent)]
attributes before looking for doc attributes, this will allow displaydoc to only use a subset of the doc comments for the display implementation so you can derive more complicated displays without ruining your documentation.
Metadata
Metadata
Assignees
Labels
No labels