23497b1148
driver-network does conversions from syscall::Error to std::io::Error which needs the std feature enabled. Without this change rust-analyzer would report errors when trying to compile driver-network without any other crate in the same build to enable the std feature.