We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3360c6f commit 4130920Copy full SHA for 4130920
.gitignore
@@ -1,4 +1,4 @@
1
# Generated by cargo init
2
3
/target/
4
-
+/.idea/
src/lib.rs
@@ -769,7 +769,7 @@ mod tests {
769
);
770
});
771
}
772
+ #[cfg(unix)]
773
#[test]
774
fn test_activity_timeout_kills_idle_command_after_min_timeout() {
775
run_async_test(|| async {
0 commit comments