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
Several structs in this package are mutable, but I don't see their fields being mutated, and changing some of these to immutable still gets tests to pass. I wonder if we can change some of these to immutable, and only retain mutability where it's absolutely necessary?
The text was updated successfully, but these errors were encountered:
Several structs in this package are
mutable
, but I don't see their fields being mutated, and changing some of these to immutable still gets tests to pass. I wonder if we can change some of these to immutable, and only retain mutability where it's absolutely necessary?The text was updated successfully, but these errors were encountered: