async-rs / async-std

Async version of the Rust standard library
https://async.rs
Apache License 2.0
3.97k stars 342 forks source link

Fix compilation errors with `feature = io_safety`. #1084

Closed sunfishcode closed 3 months ago

sunfishcode commented 3 months ago

Fix a typo of "io-safety" in place of "io_safety", and fix various compilation errors exposed by this fix.