fix cargo test
This commit is contained in:
parent
37eb686b5b
commit
3c20c1b72e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ use tracing::{error, info, warn};
|
||||||
///
|
///
|
||||||
/// # Examples:
|
/// # Examples:
|
||||||
/// ```rust
|
/// ```rust
|
||||||
/// # use conduit::server_server::FedDest;
|
/// # use conduit::api::server_server::FedDest;
|
||||||
/// # fn main() -> Result<(), std::net::AddrParseError> {
|
/// # fn main() -> Result<(), std::net::AddrParseError> {
|
||||||
/// FedDest::Literal("198.51.100.3:8448".parse()?);
|
/// FedDest::Literal("198.51.100.3:8448".parse()?);
|
||||||
/// FedDest::Literal("[2001:db8::4:5]:443".parse()?);
|
/// FedDest::Literal("[2001:db8::4:5]:443".parse()?);
|
||||||
|
|
Loading…
Reference in a new issue