Skip to content

Commit 0c8039f

Browse files
;
1 parent ce97479 commit 0c8039f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,7 @@ impl Clean<Item> for doctree::Macro {
26762676
inner: MacroItem(Macro {
26772677
source: format!("macro_rules! {} {{\n{}}}",
26782678
name.trim_right_matches('!'), self.matchers.iter().map(|span|
2679-
format!(" {} => {{ ... }}\n", span.to_src(cx))).collect::<String>()),
2679+
format!(" {} => {{ ... }};\n", span.to_src(cx))).collect::<String>()),
26802680
imported_from: self.imported_from.clean(cx),
26812681
}),
26822682
}

0 commit comments

Comments
 (0)