## What changed
## Why
## Checks
- [ ] `cargo fmt --all --check`
- [ ] `cargo clippy --all-targets --no-deps -- -D warnings`
- [ ] `cargo test --lib --bins`
- [ ] Updated `CHANGELOG.md` under `[Unreleased]` if this is a user-visible change
## Notes for the reviewer