Skip to content
Snippets Groups Projects
Unverified Commit 3c20c1b7 authored by Charles Hall's avatar Charles Hall
Browse files

fix `cargo test`

parent 37eb686b
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
/// ///
/// # 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()?);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment