Skip to content

Commit 2cd1878

Browse files
committed
Remove unnecessary cfg(any()).
1 parent 80a5105 commit 2cd1878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mod platform;
1515
#[path = "windows.rs"]
1616
mod platform;
1717

18-
#[cfg(any(target_os = "freebsd"))]
18+
#[cfg(target_os = "freebsd")]
1919
#[path = "freebsd.rs"]
2020
mod platform;
2121

0 commit comments

Comments
 (0)