Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/tt/src/lib.rs')
-rw-r--r--crates/tt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tt/src/lib.rs b/crates/tt/src/lib.rs
index a59fc2e089..72b0d762ef 100644
--- a/crates/tt/src/lib.rs
+++ b/crates/tt/src/lib.rs
@@ -129,7 +129,7 @@ impl Subtree {
}
}
-/// `dispatch_ref! {}`
+#[rust_analyzer::macro_style(braces)]
macro_rules! dispatch_ref {
(
match $scrutinee:expr => $tt:ident => $body:expr