Skip to content

Commit 53f5699

Browse files
committed
Run rustfmt
1 parent 0953638 commit 53f5699

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

libc-test/build.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,12 +1763,8 @@ fn test_freebsd(target: &str) {
17631763
cfg.skip_const(move |name| {
17641764
match name {
17651765
// These constants are to be introduced in yet-unreleased FreeBSD 12.2.
1766-
"F_ADD_SEALS"
1767-
| "F_GET_SEALS"
1768-
| "F_SEAL_SEAL"
1769-
| "F_SEAL_SHRINK"
1770-
| "F_SEAL_GROW"
1771-
| "F_SEAL_WRITE"
1766+
"F_ADD_SEALS" | "F_GET_SEALS" | "F_SEAL_SEAL"
1767+
| "F_SEAL_SHRINK" | "F_SEAL_GROW" | "F_SEAL_WRITE"
17721768
if Some(12) <= freebsd_ver =>
17731769
{
17741770
true

0 commit comments

Comments
 (0)