Run rustfmt

This commit is contained in:
Yuki Okushi 2020-07-27 03:27:52 +09:00
parent 09536384ed
commit 53f569989b
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
1 changed files with 2 additions and 6 deletions

View File

@ -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