Skip to content

Commit

Permalink
Avoid depending on "rustc-dep-of-std" features of dependencies. (#465)
Browse files Browse the repository at this point in the history
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
briansmith authored Jun 7, 2024
1 parent 10a0ae0 commit a1ae804
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ custom = []
rustc-dep-of-std = [
"compiler_builtins",
"core",
"libc/rustc-dep-of-std",
"wasi/rustc-dep-of-std",
]
# Unstable/test-only feature to run wasm-bindgen tests in a browser
test-in-browser = []
Expand Down

0 comments on commit a1ae804

Please sign in to comment.