diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-03 12:24:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 12:24:12 +0200 |
| commit | 8e148a17e17e4fd9d98b77994c63c93d2e790614 (patch) | |
| tree | bb268ad5fad8eadb228a702d52209ed4377eef4e | |
| parent | 12e4c780ee68c7d93a1d78bd5b16fb5eb2e64ff0 (diff) | |
| parent | c3127d161a4db9d0f323083d896dbbf5be01be9e (diff) | |
| download | rust-8e148a17e17e4fd9d98b77994c63c93d2e790614.tar.gz rust-8e148a17e17e4fd9d98b77994c63c93d2e790614.zip | |
Rollup merge of #116371 - nnethercote:rustc_llvm, r=bjorn3
Remove unused features from `rustc_llvm`. r? `@bjorn3`
| -rw-r--r-- | compiler/rustc_llvm/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_llvm/Cargo.toml b/compiler/rustc_llvm/Cargo.toml index 34556df3c6d..3880f25a9ba 100644 --- a/compiler/rustc_llvm/Cargo.toml +++ b/compiler/rustc_llvm/Cargo.toml @@ -3,10 +3,6 @@ name = "rustc_llvm" version = "0.0.0" edition = "2021" -[features] -static-libstdcpp = [] -emscripten = [] - [dependencies] libc = "0.2.73" |
