mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
74b5ac5c15
Don't call WSACleanup on process exit This isn't necessary as cleanup will happen when the process exits regardless. fixes rust-lang/rust#141799