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

net: hide net::unix::datagram module from docs #3775

Merged
merged 1 commit into from
May 9, 2021
Merged

net: hide net::unix::datagram module from docs #3775

merged 1 commit into from
May 9, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented May 9, 2021

This module does not currently provide any public API, but it was unintentionally defined as a public module. Hide it from the documentation instead of changing it to a private module to avoid breakage. (I think it is unlikely that it will actually break, but it is technically breaking change.)

Fixes #3772

@taiki-e taiki-e requested review from udoprog and Darksonn May 9, 2021 18:48
@taiki-e taiki-e added A-tokio Area: The main tokio crate M-net Module: tokio/net T-docs Topic: documentation labels May 9, 2021
@taiki-e taiki-e merged commit 9ff7d8c into tokio-rs:master May 9, 2021
@taiki-e taiki-e deleted the net-unix-datagram branch May 9, 2021 19:35
@Darksonn Darksonn mentioned this pull request May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-net Module: tokio/net T-docs Topic: documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation is generated for the empty tokio::net::unix::datagram module
2 participants