Closed SabrinaJewson closed 2 years ago
Metavars don’t work in doc comments, as can be seen on docs.rs on methods like this one. This can be fixed by using a manual #[doc] attribute with concat! and stringify!,
#[doc]
concat!
stringify!
Metavars don’t work in doc comments, as can be seen on docs.rs on methods like this one. This can be fixed by using a manual
#[doc]
attribute withconcat!
andstringify!
,