diff --git a/src/os/unix/local_socket/name_type.rs b/src/os/unix/local_socket/name_type.rs index f5e06dd..f96d13b 100644 --- a/src/os/unix/local_socket/name_type.rs +++ b/src/os/unix/local_socket/name_type.rs @@ -88,8 +88,7 @@ AbstractNsUdSocket); #[cfg(any(target_os = "linux", target_os = "android"))] impl NameType for AbstractNsUdSocket { fn is_supported() -> bool { - // TODO(2.0.1) maybe check Linux version here - true + true // Rust is unsupported on Linux below version 3.2 } } #[cfg(any(target_os = "linux", target_os = "android"))]