File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ ast_enum! {
26
26
/// A macro invocation in statement position.
27
27
///
28
28
/// Syntactically it's ambiguous which other kind of statement this
29
- /// macro would expand to. It can be an of local variable (`let`), item ,
30
- /// or expression.
29
+ /// macro would expand to. It can be any of local variable (`let`),
30
+ /// item, or expression.
31
31
Macro ( StmtMacro ) ,
32
32
}
33
33
}
@@ -62,7 +62,7 @@ ast_struct! {
62
62
/// A macro invocation in statement position.
63
63
///
64
64
/// Syntactically it's ambiguous which other kind of statement this macro
65
- /// would expand to. It can be an of local variable (`let`), item, or
65
+ /// would expand to. It can be any of local variable (`let`), item, or
66
66
/// expression.
67
67
#[ cfg_attr( doc_cfg, doc( cfg( feature = "full" ) ) ) ]
68
68
pub struct StmtMacro {
You can’t perform that action at this time.
0 commit comments