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
write_pre writes out a StorageClass for some types and does return Ok(()); for others. We need to find out whether those early returns are ok, or if the storage class needs to be handled on them as well. If it does, we can probably simplify some things: If all types need a storage class, maybe Type should be a pair of StorageClass and the actual type enum.
No description provided.
The text was updated successfully, but these errors were encountered: