From 53f569989b40d7b39bf8e0bbd5ac216f0b56bb40 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 27 Jul 2020 03:27:52 +0900 Subject: [PATCH] Run rustfmt --- libc-test/build.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index edc13b54..ed1b176b 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