Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Nov 26, 2015
1 parent ce97479 commit 0c8039f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/clean/mod.rs
Expand Up @@ -2676,7 +2676,7 @@ impl Clean<Item> for doctree::Macro {
inner: MacroItem(Macro {
source: format!("macro_rules! {} {{\n{}}}",
name.trim_right_matches('!'), self.matchers.iter().map(|span|
format!(" {} => {{ ... }}\n", span.to_src(cx))).collect::<String>()),
format!(" {} => {{ ... }};\n", span.to_src(cx))).collect::<String>()),
imported_from: self.imported_from.clean(cx),
}),
}
Expand Down

0 comments on commit 0c8039f

Please sign in to comment.