mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
remove useless trait
This commit is contained in:
parent
4417a97bc5
commit
f377b94628
4 changed files with 8 additions and 11 deletions
|
@ -426,7 +426,7 @@ Grammar(
|
|||
traits: ["LoopBodyOwner"],
|
||||
),
|
||||
"TryBlockExpr": (
|
||||
traits: ["TryBlockBodyOwner"],
|
||||
options: ["Block"],
|
||||
),
|
||||
"ForExpr": (
|
||||
traits: ["LoopBodyOwner"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue