292 B
292 B
Checklist
- Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this.
- Run pre-commit hook.
- If you changed Rust code, run
cargo check,cargo clippy,cargo test.