Simplify trait gramamr

This commit is contained in:
Aleksey Kladov 2020-07-31 20:22:20 +02:00
parent 9818108798
commit 81359af733
3 changed files with 7 additions and 7 deletions

View file

@ -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;