]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnay
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 4 Oct 2021 06:13:24 +0000 (23:13 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 06:13:24 +0000 (23:13 -0700)
commite021a103956b2b350fe4327046a48492d981d2b5
tree995ace6268826d89bf3d09b49e4e080b813bf88d
parent8c7c6893931bf14e6c26eef7d1d5a7b46f2c8561
parent5b4873a7597648998285c191a7a7a05fdec15ad4
Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnay

Only register `WSACleanup` if `WSAStartup` is actually ever called

See https://github.com/rust-lang/rust/pull/85595

Fixes #85441