`done` was only used in one place, and `is_updating` was never read. Generally we should avoid adding this sort of temporary data to longer lived structs.
`done` was only used in one place, and `is_updating` was never read. Generally we should avoid adding this sort of temporary data to longer lived structs.