You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a checklist for things that will be checked during review or continuous integration.
7
+
Here is a checklist for things that will be checked during review or continuous
8
+
integration:
6
9
7
-
-\[] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s), e.g. edit `linux.txt` if you add an item to `src/unix/linux_like/linux/mod.rs`
8
-
-\[] Your PR doesn't contain any private or *unstable* values like `*LAST` or `*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
10
+
-\[] Edit corresponding file(s) under `libc-test/semver` when you add/remove
11
+
item(s), e.g. edit `linux.txt` if you add an item to
12
+
`src/unix/linux_like/linux/mod.rs`
13
+
-\[] Your PR doesn't contain any private or _unstable_ values like `*LAST` or
14
+
`*MAX` (see [#3131](https://github.com/rust-lang/libc/issues/3131))
15
+
-\[] Provide a link to relevant source (headers or documentation) if your PR
16
+
adds or changes API.
9
17
-\[] If your PR has a breaking change, please clarify it
10
-
-\[] If your PR increments version number, it must NOT contain any other changes (otherwise a release could be delayed)
18
+
-\[] If your PR increments version number, it must NOT contain any other
19
+
changes (otherwise a release could be delayed)
11
20
-\[] Make sure `ci/style.sh` passes
12
21
-\[]`cd libc-test && cargo test`
13
-
- (this might fail on your env due to environment difference between your env and CI. Ignore failures if you are not sure)
22
+
- (this might fail on your env due to environment difference between your env
23
+
and CI. Ignore local failures if you are not sure)
14
24
15
25
Delete this line and everything above before opening your PR.
0 commit comments