Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix link for SocketAddr #1765

Closed
wants to merge 1 commit into from
Closed

doc: Fix link for SocketAddr #1765

wants to merge 1 commit into from

Conversation

ldm0
Copy link

@ldm0 ldm0 commented Mar 13, 2024

No description provided.

Copy link
Collaborator

@Thomasdezeeuw Thomasdezeeuw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This type is being removed in #1749.

@@ -8,10 +8,11 @@ use std::{ascii, fmt};
///
/// This is implemented instead of imported from [`net::SocketAddr`] because
/// there is no way to create a [`net::SocketAddr`]. One must be returned by
/// [`accept`], so this is returned instead.
/// [`UnixListener::accept`] or [`TcpListener::accept`], so this is returned instead.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TcpListener doesn't return this, only the UDS sockets do.

@ldm0 ldm0 closed this Mar 14, 2024
@ldm0 ldm0 deleted the doc_fix branch March 14, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants