mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rollup merge of #44296 - zmanian:patch-1, r=steveklabnik
Minor documentation improvements for StmtKind Documentation for Semi and Marco StmtKinds. Wasn't obvious to me what these were when writing a lint recently.
This commit is contained in:
commit
fee0b67177
@ -761,9 +761,9 @@ pub enum StmtKind {
|
||||
|
||||
/// Expr without trailing semi-colon.
|
||||
Expr(P<Expr>),
|
||||
|
||||
/// Expr with a trailing semi-colon.
|
||||
Semi(P<Expr>),
|
||||
|
||||
/// Macro.
|
||||
Mac(P<(Mac, MacStmtStyle, ThinVec<Attribute>)>),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user