Skip to content

Commit a955cb5

Browse files
committed
docs: remove broken link from documentation comments
There are many servers by now so it is not just a workaround for one server or location. Stated reason is clear enough without pointing to an issue.
1 parent 2e2cfc4 commit a955cb5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/net/dns.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,6 @@ pub(crate) async fn update_connect_timestamp(
227227
}
228228

229229
/// Preloaded DNS results that can be used in case of DNS server failures.
230-
///
231-
/// See <https://support.delta.chat/t/no-dns-resolution-result/2778> and
232-
/// <https://github.com/deltachat/deltachat-core-rust/issues/4920> for reasons.
233230
static DNS_PRELOAD: LazyLock<HashMap<&'static str, Vec<IpAddr>>> = LazyLock::new(|| {
234231
HashMap::from([
235232
(

0 commit comments

Comments
 (0)