mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Simplify trait gramamr
This commit is contained in:
parent
9818108798
commit
81359af733
3 changed files with 7 additions and 7 deletions
|
@ -591,6 +591,8 @@ fn lower_rule(acc: &mut Vec<Field>, grammar: &Grammar, label: Option<&String>, r
|
|||
| "index"
|
||||
| "base"
|
||||
| "value"
|
||||
| "target_type"
|
||||
| "target_trait"
|
||||
);
|
||||
if manually_implemented {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue