rust-lang-nursery / unix-socket

Unix socket support for Rust
Apache License 2.0
53 stars 18 forks source link

fix abstract socket address with max length #30

Closed aandyl closed 7 years ago

aandyl commented 7 years ago

(Some(&0), Ordering::Equal) was matching the second arm of the match

sfackler commented 7 years ago

There's a test failure, but looks good to me otherwise.