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

The required feature flag of UdpSocket is not shown like the other net components. #6935

Closed
YuanYuYuan opened this issue Oct 25, 2024 · 1 comment · Fixed by #6938
Closed
Labels
A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. M-net Module: tokio/net T-docs Topic: documentation

Comments

@YuanYuYuan
Copy link

Version
tokio: 1.41.0

Description
UdpSocket needs the net feature to be enabled but the docs.rs doesn't show this.

  • UdpSocket
    image

  • TcpSocket
    image

@YuanYuYuan YuanYuYuan added A-tokio Area: The main tokio crate C-bug Category: This is a bug. labels Oct 25, 2024
@Darksonn Darksonn added E-help-wanted Call for participation: Help is requested to fix this issue. T-docs Topic: documentation M-net Module: tokio/net labels Oct 25, 2024
@Darksonn
Copy link
Contributor

Thanks for reporting this!

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 C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. M-net Module: tokio/net T-docs Topic: documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants