Add support for multi-line doc strings #44
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently when multi-line doc strings are used the error message
is output.
This create an issue where
cargo fmt
as used on a repo may enforce using///
comments which creates a conflict.It would be better to collect these lines into a string, e.g.
#[doc="first\nsecond"]
The text was updated successfully, but these errors were encountered: