rustdoc: only show macro arm's lhs
This commit is contained in:
parent
1b9a13e6ba
commit
ce97479a15
3 changed files with 10 additions and 2 deletions
|
@ -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>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue