fix cargo test

This commit is contained in:
Charles Hall 2022-10-12 14:39:58 -07:00
parent 37eb686b5b
commit 3c20c1b72e
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -65,7 +65,7 @@ use tracing::{error, info, warn};
///
/// # Examples:
/// ```rust
/// # use conduit::server_server::FedDest;
/// # use conduit::api::server_server::FedDest;
/// # fn main() -> Result<(), std::net::AddrParseError> {
/// FedDest::Literal("198.51.100.3:8448".parse()?);
/// FedDest::Literal("[2001:db8::4:5]:443".parse()?);