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
Switched to explicit re-exports instead of globs for submodules of
`core_types`. This prevents details such as `Iter` and `IntoIter` from
polluting the namespace and causing collisions, and makes it harder to
accidentally introduce such exports in the future.
Some of the submodules are made public to facilitate access to those
types when necessary. The `variant_array` module has been renamed to
`array` prior to this for simplicity.
This is a breaking change, since public re-exports have been removed
from the module.
0 commit comments