File tree Expand file tree Collapse file tree
src/tools/rust-analyzer/crates/tt/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ impl Subtree {
129129 }
130130}
131131
132- /// `dispatch_ref! {}`
132+ # [ rust_analyzer :: macro_style ( braces ) ]
133133macro_rules! dispatch_ref {
134134 (
135135 match $scrutinee: expr => $tt: ident => $body: expr
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ const _: () = {
353353 assert ! ( size_of:: <TokenTree <SpanStorage96 >>( ) == 32 ) ;
354354} ;
355355
356- /// `dispatch! {}`
356+ # [ rust_analyzer :: macro_style ( braces ) ]
357357macro_rules! dispatch {
358358 (
359359 match $scrutinee: expr => $tt: ident => $body: expr
@@ -561,7 +561,7 @@ impl TopSubtree {
561561 }
562562}
563563
564- /// `dispatch_builder! {}`
564+ # [ rust_analyzer :: macro_style ( braces ) ]
565565macro_rules! dispatch_builder {
566566 (
567567 match $scrutinee: expr => $tt: ident => $body: expr
You can’t perform that action at this time.
0 commit comments