Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid depending on "rustc-dep-of-std" features of dependencies. (#465)
AFAICT, this is not needed. When libstd builds libc, it will activate that feature for it. This makes it easier to make libc a conditional dependency. Do the same for WASI.
- Loading branch information