Closed sffc closed 3 weeks ago
These are internal types used primarily for datagen and databake.
I need to move these now because I need both namespaces for new public types.
I also changed things from pub to pub(crate) where possible and deleted resulting dead code.
pub
pub(crate)
1317
These are internal types used primarily for datagen and databake.
I need to move these now because I need both namespaces for new public types.
I also changed things from
pub
topub(crate)
where possible and deleted resulting dead code.