mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
6465257e54
This commit deletes the `connect_timeout_unbound` test from the standard library which, unfortunately, is by definition eventually going to be a spuriously failing test. There's no way to reserve a port as unbound so we can rely on ecosystem testing for this feature for now. Closes #52590