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
explicit_type_interface:
allow_redundancy: trueexcluded:
- local
there shouldn't be any warnings, but there is.
Rationale: The usage of this rule here is mostly for improving readability, not performance of the compiler. We also try to prevent redundant type annotations, why explicitly writing the type here wouldn't be right. Thus this rules behavior must be changed.
The text was updated successfully, but these errors were encountered:
For this code
using this configuration
there shouldn't be any warnings, but there is.
Rationale: The usage of this rule here is mostly for improving readability, not performance of the compiler. We also try to prevent redundant type annotations, why explicitly writing the type here wouldn't be right. Thus this rules behavior must be changed.
The text was updated successfully, but these errors were encountered: