mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
compress
This commit is contained in:
parent
ad4b02ecc0
commit
8234a85d15
2 changed files with 6 additions and 5 deletions
|
@ -59,7 +59,7 @@ pub(crate) mod entry {
|
|||
}
|
||||
|
||||
pub(crate) fn stmt(p: &mut Parser) {
|
||||
expressions::stmt(p, expressions::StmtWithSemi::No, true);
|
||||
expressions::stmt(p, expressions::StmtWithSemi::No);
|
||||
}
|
||||
|
||||
pub(crate) fn pat(p: &mut Parser) {
|
||||
|
@ -103,7 +103,7 @@ pub(crate) mod entry {
|
|||
continue;
|
||||
}
|
||||
|
||||
expressions::stmt(p, expressions::StmtWithSemi::Optional, true);
|
||||
expressions::stmt(p, expressions::StmtWithSemi::Optional);
|
||||
}
|
||||
|
||||
m.complete(p, MACRO_STMTS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue