Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2029: Bugfix/initialize pausable system data r=distransient a=azriel91 ## Description Run `System::setup` for pausable systems' delegate. ## PR Checklist By placing an x in the boxes I certify that I have: - **n/a** Updated the content of the book if this PR would make the book outdated. - [x] Added a changelog entry if this will impact users, or modified more than 5 lines of Rust that wasn't a doc comment. - [ ] Added unit tests for new code added in this PR. - [x] Acknowledged that by making this pull request I release this code under an MIT/Apache 2.0 dual licensing scheme. If this modified or created any rs files: - [x] Ran `cargo +stable fmt --all` - [x] Ran `cargo clippy --all --features "empty"` - [x] Ran `cargo test --all --features "empty"` Co-authored-by: Azriel Hoh <[email protected]>
- Loading branch information