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:

committed by
Benjamin Fry

parent
91acade001
commit
35683e49b3
@@ -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
|
||||
//!
|
||||
|
Reference in New Issue
Block a user