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
Right now, code inspection suggests this would emit a builder that included a build method for a non-existent type; it should instead be passing the cfg attribute through to skip emitting that builder.
The text was updated successfully, but these errors were encountered:
If a struct is conditionally present, its builder should only be present in the same conditions.
If a struct disables lints, its builder should disable the same lints.
Fixes#222
If a struct is conditionally present, its builder should only be present in the same conditions.
If a struct disables lints, its builder should disable the same lints.
Fixes#222
If a struct is conditionally present, its builder should only be present in the same conditions.
If a struct disables lints, its builder should disable the same lints.
Fixes#222
Consider the following code:
Right now, code inspection suggests this would emit a builder that included a build method for a non-existent type; it should instead be passing the
cfg
attribute through to skip emitting that builder.The text was updated successfully, but these errors were encountered: