1
Fork 0

rustdoc: only show macro arm's lhs

This commit is contained in:
Jonas Schievink 2015-11-26 19:14:36 +01:00
parent 1b9a13e6ba
commit ce97479a15
3 changed files with 10 additions and 2 deletions

View file

@ -213,6 +213,7 @@ pub struct Macro {
pub id: ast::NodeId,
pub attrs: Vec<ast::Attribute>,
pub whence: Span,
pub matchers: Vec<Span>,
pub stab: Option<attr::Stability>,
pub imported_from: Option<Name>,
}