summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-27 03:27:52 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-07-27 03:27:52 +0900
commit53f569989b40d7b39bf8e0bbd5ac216f0b56bb40 (patch)
tree961e51e2cc3344778fec1f56c9899e71634d487e
parent09536384edb978930eba7375a5a3d56e93083903 (diff)
downloadrust-libc-53f569989b40d7b39bf8e0bbd5ac216f0b56bb40.tar.gz
Run rustfmt
-rw-r--r--libc-test/build.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index edc13b5409..ed1b176bbf 100644
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -1763,12 +1763,8 @@ fn test_freebsd(target: &str) {
cfg.skip_const(move |name| {
match name {
// These constants are to be introduced in yet-unreleased FreeBSD 12.2.
- "F_ADD_SEALS"
- | "F_GET_SEALS"
- | "F_SEAL_SEAL"
- | "F_SEAL_SHRINK"
- | "F_SEAL_GROW"
- | "F_SEAL_WRITE"
+ "F_ADD_SEALS" | "F_GET_SEALS" | "F_SEAL_SEAL"
+ | "F_SEAL_SHRINK" | "F_SEAL_GROW" | "F_SEAL_WRITE"
if Some(12) <= freebsd_ver =>
{
true