Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/src/storage.rs')
-rw-r--r--crates/tt/src/storage.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tt/src/storage.rs b/crates/tt/src/storage.rs
index 62d2e20016..4dd02d875a 100644
--- a/crates/tt/src/storage.rs
+++ b/crates/tt/src/storage.rs
@@ -353,7 +353,7 @@ const _: () = {
assert!(size_of::<TokenTree<SpanStorage96>>() == 32);
};
-/// `dispatch! {}`
+#[rust_analyzer::macro_style(braces)]
macro_rules! dispatch {
(
match $scrutinee:expr => $tt:ident => $body:expr
@@ -561,7 +561,7 @@ impl TopSubtree {
}
}
-/// `dispatch_builder! {}`
+#[rust_analyzer::macro_style(braces)]
macro_rules! dispatch_builder {
(
match $scrutinee:expr => $tt:ident => $body:expr