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
The motivation was to avoid modifying some fields. Given that since [email protected], we can mark immutable fields in a mutable struct with const, better to turn those into mutable not.
The motivation was to avoid modifying some fields. Given that since
[email protected]
, we can markimmutable
fields in amutable
struct withconst
, better to turn those intomutable
not.Ref:
The text was updated successfully, but these errors were encountered: