File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2409,6 +2409,9 @@ fn test_freebsd(target: &str) {
2409
2409
// FIXME: Removed in FreeBSD 15:
2410
2410
"LOCAL_CONNWAIT" => true ,
2411
2411
2412
+ // FIXME: The values has been changed in FreeBSD 15:
2413
+ "CLOCK_BOOTTIME" if Some ( 15 ) <= freebsd_ver => true ,
2414
+
2412
2415
_ => false ,
2413
2416
}
2414
2417
} ) ;
Original file line number Diff line number Diff line change 12
12
redundant_semicolons,
13
13
unused_macros,
14
14
unused_macro_rules,
15
+ // FIXME: temporarily allow dead_code to fix CI:
16
+ // - https://github.com/rust-lang/libc/issues/3740
17
+ // - https://github.com/rust-lang/rust/pull/126456
18
+ dead_code,
15
19
) ]
16
20
#![ cfg_attr( libc_deny_warnings, deny( warnings) ) ]
17
21
// Attributes needed when building as part of the standard library
You can’t perform that action at this time.
0 commit comments