We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce97479 commit 0c8039fCopy full SHA for 0c8039f
src/librustdoc/clean/mod.rs
@@ -2676,7 +2676,7 @@ impl Clean<Item> for doctree::Macro {
2676
inner: MacroItem(Macro {
2677
source: format!("macro_rules! {} {{\n{}}}",
2678
name.trim_right_matches('!'), self.matchers.iter().map(|span|
2679
- format!(" {} => {{ ... }}\n", span.to_src(cx))).collect::<String>()),
+ format!(" {} => {{ ... }};\n", span.to_src(cx))).collect::<String>()),
2680
imported_from: self.imported_from.clean(cx),
2681
}),
2682
}
0 commit comments