`tokio::io::unix` should not be feature-gated on `net`
Author: dfoxfrankeCreated Sep 4, 2026Updated Sep 4, 2026
LabelsC-bugA-tokioM-io
Version 1.53.1
Description
The entire tokio::io::unix module is feature-gated on net. This seems inappropriate, since it just provides general facilities for checking file descriptor readiness. Nothing in it, except for some documentation examples, is at all specific to sockets.
Source: tokio-rs/tokio