Skip to content

Commit f12ae4a

Browse files
committed
ast: tweak AssocItemKind::Macro comment
1 parent fe62bed commit f12ae4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ast.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2637,6 +2637,6 @@ pub enum AssocItemKind {
26372637
Fn(FnSig, Generics, Option<P<Block>>),
26382638
/// A type.
26392639
TyAlias(Generics, GenericBounds, Option<P<Ty>>),
2640-
/// A macro expanding to an item.
2640+
/// A macro expanding to items.
26412641
Macro(Mac),
26422642
}

0 commit comments

Comments
 (0)