Skip to content

Commit 202cba7

Browse files
committed
Fix
1 parent bf63ffe commit 202cba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/unix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2834,6 +2834,7 @@ impl SockFilter {
28342834
}
28352835
}
28362836

2837+
#[cfg(all(feature = "all", any(target_os = "linux", target_os = "android")))]
28372838
impl std::fmt::Debug for SockFilter {
28382839
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
28392840
f.debug_struct("SockFilter").finish_non_exhaustive()

0 commit comments

Comments
 (0)