diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-03 15:54:44 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-03 15:54:44 +1100 |
| commit | c3127d161a4db9d0f323083d896dbbf5be01be9e (patch) | |
| tree | 51a44e7a1fabaa9ca943948e640c1241f6339116 | |
| parent | e0d7ed1f453fb54578cc96dfea859b0e7be15016 (diff) | |
| download | rust-c3127d161a4db9d0f323083d896dbbf5be01be9e.tar.gz rust-c3127d161a4db9d0f323083d896dbbf5be01be9e.zip | |
Remove unused features from `rustc_llvm`.
| -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" |
