Rollup merge of #116371 - nnethercote:rustc_llvm, r=bjorn3

Remove unused features from `rustc_llvm`.

r? `@bjorn3`
This commit is contained in:
Matthias Krüger 2023-10-03 12:24:12 +02:00 committed by GitHub
commit 8e148a17e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,6 @@ name = "rustc_llvm"
version = "0.0.0"
edition = "2021"
[features]
static-libstdcpp = []
emscripten = []
[dependencies]
libc = "0.2.73"