1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
## Description <!-- Briefly describe what this PR does. --> ## Type of change - [ ] Bug fix - [ ] New feature - [ ] Breaking change (public API) - [ ] Documentation / examples - [ ] Performance improvement - [ ] Test coverage ## Checklist - [ ] `cargo fmt --check` passes - [ ] `cargo clippy --all-targets -- -D warnings` passes - [ ] `cargo test` passes (all test suites) - [ ] New functionality has tests - [ ] Public API changes are documented - [ ] No `.unwrap()` added to production code