From d8ca817456ed60b0163d3f81c58f6db9e6372e5f Mon Sep 17 00:00:00 2001 From: veetaha Date: Mon, 20 Apr 2020 22:24:10 +0300 Subject: Fix doc comment --- crates/ra_proc_macro/src/rpc.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/ra_proc_macro/src') diff --git a/crates/ra_proc_macro/src/rpc.rs b/crates/ra_proc_macro/src/rpc.rs index e97b90860..4ce485926 100644 --- a/crates/ra_proc_macro/src/rpc.rs +++ b/crates/ra_proc_macro/src/rpc.rs @@ -39,10 +39,10 @@ pub struct ExpansionTask { #[serde(with = "SubtreeDef")] 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 - /// attribute-like and function-like macros - single name of macro itself (`show_streams`). + /// In custom derive this is the name of the derived trait (`Serialize`, `Getters`, etc.). + /// In attribute-like and function-like macros - single name of macro itself (`show_streams`). pub macro_name: String, /// Possible attributes for the attribute-like macros. -- cgit v1.2.3