You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a rule with #[cache_left_rec] and the rule name ends in an underscore (e.g. type_), you get a warning saying "Field type__cache should have a snake_case name". Since this is an implementation detail, I imagine that the macro should add #[allow(non_snake_case)] on the generated helper rule.
The text was updated successfully, but these errors were encountered:
When you have a rule with
#[cache_left_rec]
and the rule name ends in an underscore (e.g.type_
), you get a warning saying "Fieldtype__cache
should have a snake_case name". Since this is an implementation detail, I imagine that the macro should add#[allow(non_snake_case)]
on the generated helper rule.The text was updated successfully, but these errors were encountered: