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
Auto merge of #12768 - epage:refactor, r=weihanglo
refactor(toml): Make manifest file layout more consitent
### What does this PR try to resolve?
This is to make the file easier to browse (to me) as I work to split out the file format from the business logic to explore ideas for how we could split out a manifest crate.
### How should we test and review this PR?
This is just moving code around, so existing tests should be sufficient.
This does try to break up the refactors by theme to make it slightly easier.
If there are ideas for further improvements, that might be best left for future refactors rather than cramming every possible idea in this one.
### Additional information
0 commit comments