ast: tweak AssocItemKind::Macro comment
This commit is contained in:
parent
fe62bed73b
commit
f12ae4ac60
1 changed files with 1 additions and 1 deletions
|
|
@ -2637,6 +2637,6 @@ pub enum AssocItemKind {
|
|||
Fn(FnSig, Generics, Option<P<Block>>),
|
||||
/// A type.
|
||||
TyAlias(Generics, GenericBounds, Option<P<Ty>>),
|
||||
/// A macro expanding to an item.
|
||||
/// A macro expanding to items.
|
||||
Macro(Mac),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue