We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ed1ed commit 9a53b22Copy full SHA for 9a53b22
src/net/unix/listener.rs
@@ -13,7 +13,7 @@ use std::{io, path::Path};
13
/// use std::env;
14
/// use tokio_uring::net::UnixListener;
15
/// use tokio_uring::net::UnixStream;
16
-///
+///
17
/// if env::var("is_github").is_ok() { return; }
18
///
19
/// let sock_file = "/tmp/tokio-uring-unix-test.sock";
0 commit comments