Skip to content

Commit d8ca817

Browse files
committed
Fix doc comment
1 parent 834960d commit d8ca817

File tree

1 file changed

+3
-3
lines changed
  • crates/ra_proc_macro/src

1 file changed

+3
-3
lines changed

crates/ra_proc_macro/src/rpc.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ pub struct ExpansionTask {
3939
#[serde(with = "SubtreeDef")]
4040
pub macro_body: Subtree,
4141

42-
/// Names of macros to expand. // TODO: are they comma-separated?
42+
/// Name of macro to expand.
4343
///
44-
/// In custom derive those are names of derived traits (`Serialize`, `Getters`, etc.). In
45-
/// attribute-like and function-like macros - single name of macro itself (`show_streams`).
44+
/// In custom derive this is the name of the derived trait (`Serialize`, `Getters`, etc.).
45+
/// In attribute-like and function-like macros - single name of macro itself (`show_streams`).
4646
pub macro_name: String,
4747

4848
/// Possible attributes for the attribute-like macros.

0 commit comments

Comments
 (0)