doc: Fix warnings reported by cargo doc

Adjust links so that they are rendered clickable and fix the escaping of
Markdown reference for IPv6 localhost.
This commit is contained in:
Wiktor Kwapisiewicz
2022-07-12 13:48:48 +02:00
committed by Benjamin Fry
parent 91acade001
commit 35683e49b3
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
//!
//! Use [`AsyncResolver`](crate::AsyncResolver) for performing DNS queries. `AsyncResolver` is a `async-std` based async resolver, and can be used inside any `asyn-std` based system.
//!
//! This as best as possible attempts to abide by the DNS RFCs, please file issues at https://github.com/bluejekyll/trust-dns .
//! This as best as possible attempts to abide by the DNS RFCs, please file issues at <https://github.com/bluejekyll/trust-dns>.
//!
//! # Usage
//!