Fix some comment formatting.
This commit is contained in:
@@ -505,8 +505,9 @@ impl<'a, 'b> MacroExpander<'a, 'b> {
|
||||
|
||||
let (fragment, collected_invocations) =
|
||||
self.collect_invocations(fragment, &derive_placeholders);
|
||||
// We choose to expand any derive invocations associated with this macro invocation
|
||||
// *before* any macro invocations collected from the output fragment
|
||||
// We choose to expand any derive invocations associated with this macro
|
||||
// invocation *before* any macro invocations collected from the output
|
||||
// fragment.
|
||||
derive_invocations.extend(collected_invocations);
|
||||
(fragment, derive_invocations)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user