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
In 0d73235 I silenced a clippy lint. It would probably good to fix it instead, but I didn't want to do any breaking changes just for clippy without really understanding the code.
@DmitrySamoylov Do you think the two NA enum variants can safely be renamed to Na (or maybe NotApplicable if that's what NA stands for here)?
The text was updated successfully, but these errors were encountered:
I'm not sure the whether occurrence above was generated code, but this also triggers for a lot of generated code. A proper fix will take some time, but it should absolutely be possible to use Rust's captialization convention here.
In 0d73235 I silenced a clippy lint. It would probably good to fix it instead, but I didn't want to do any breaking changes just for clippy without really understanding the code.
@DmitrySamoylov Do you think the two
NA
enum variants can safely be renamed toNa
(or maybeNotApplicable
if that's whatNA
stands for here)?The text was updated successfully, but these errors were encountered: