Open yesint opened 2 months ago
The code attributes are handled incorrectly the line //! #[derive(Error,Debug)] is incorrectly transformed to ##[derive(Error,Debug)] (extra # symbol).
//! #[derive(Error,Debug)]
##[derive(Error,Debug)]
The code attributes are handled incorrectly the line
//! #[derive(Error,Debug)]
is incorrectly transformed to##[derive(Error,Debug)]
(extra # symbol).