chore(connlib): fix copy-paste typo in comment about DNS (#5053)

Closes #5051
This commit is contained in:
Reactor Scram
2024-05-21 13:15:20 -05:00
committed by GitHub
parent 0288b1e9af
commit b510041494

View File

@@ -57,7 +57,7 @@ pub fn deactivate_dns_control() -> anyhow::Result<()> {
windows::dns::deactivate()
}
/// Deactivates DNS control on Windows
/// Deactivates DNS control on other platforms (does nothing)
#[cfg(not(target_os = "windows"))]
#[allow(clippy::unnecessary_wraps)]
pub fn deactivate_dns_control() -> anyhow::Result<()> {