Skip to content

Commit

Permalink
Don't need that check
Browse files Browse the repository at this point in the history
  • Loading branch information
kotauskas committed May 4, 2024
1 parent d368b55 commit b9003f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/os/unix/local_socket/name_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down

0 comments on commit b9003f6

Please sign in to comment.