We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d121d83 commit c074523Copy full SHA for c074523
1 file changed
dial9-tokio-telemetry/src/telemetry/events.rs
@@ -607,7 +607,7 @@ mod tests {
607
}
608
609
#[test]
610
- #[cfg(not(any(target_os = "linux", target_os = "android")))]
+ #[cfg(any(target_os = "linux", target_os = "android"))]
611
fn test_schedstat_fd_closed_on_thread_exit() {
612
// fcntl(fd, F_GETFD) returns -1 with errno=EBADF for closed fds.
613
// SAFETY: F_GETFD with a raw fd is side-effect free.
0 commit comments