Skip to content

Commit 243adb0

Browse files
committed
ci: fix lint clippy::duplicated_attributes
1 parent 01cd697 commit 243adb0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/sys/time.rs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ const fn zero_init_timespec() -> timespec {
1515
#[cfg(any(
1616
all(feature = "time", any(target_os = "android", target_os = "linux")),
1717
all(
18-
any(
19-
target_os = "freebsd",
20-
solarish,
21-
target_os = "linux",
22-
target_os = "netbsd"
23-
),
18+
any(target_os = "freebsd", solarish, target_os = "netbsd"),
2419
feature = "time",
2520
feature = "signal"
2621
)

0 commit comments

Comments
 (0)