Fix doc comment
This commit is contained in:
@@ -39,10 +39,10 @@ pub struct ExpansionTask {
|
|||||||
#[serde(with = "SubtreeDef")]
|
#[serde(with = "SubtreeDef")]
|
||||||
pub macro_body: Subtree,
|
pub macro_body: Subtree,
|
||||||
|
|
||||||
/// Names of macros to expand. // TODO: are they comma-separated?
|
/// Name of macro to expand.
|
||||||
///
|
///
|
||||||
/// In custom derive those are names of derived traits (`Serialize`, `Getters`, etc.). In
|
/// In custom derive this is the name of the derived trait (`Serialize`, `Getters`, etc.).
|
||||||
/// attribute-like and function-like macros - single name of macro itself (`show_streams`).
|
/// In attribute-like and function-like macros - single name of macro itself (`show_streams`).
|
||||||
pub macro_name: String,
|
pub macro_name: String,
|
||||||
|
|
||||||
/// Possible attributes for the attribute-like macros.
|
/// Possible attributes for the attribute-like macros.
|
||||||
|
|||||||
Reference in New Issue
Block a user