1Thanks for considering submitting a PR! 2 3Here's a checklist for things that will be checked during review or continuous integration. 4 5- \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s) 6- \[ ] `rustc ci/style.rs && ./style src` 7- \[ ] `cd libc-test && cargo test` (This might fail on your env due to environment difference between your env and CI. Ignore failures if you are not sure.) 8- \[ ] Your PR that bumps up the crate version doesn't contain any other changes 9 10Delete this line and everything above before opening your PR. 11