We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b44cd commit 927d805Copy full SHA for 927d805
talpid-core/src/dns/windows/dnsapi.rs
@@ -62,6 +62,7 @@ impl DnsApi {
62
std::thread::spawn(move || {
63
let begin = Instant::now();
64
65
+ // SAFETY: this function is trivially safe to call
66
let result = if unsafe { (DnsFlushResolverCache)() } != 0 {
67
let elapsed = begin.elapsed();
68
if elapsed >= FLUSH_TIMEOUT {
0 commit comments