diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-02-06 21:16:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 21:16:42 +0100 |
| commit | 7be6e6d9544ab9f96ab4ce0c25a7315a4d7158db (patch) | |
| tree | e8ddc6f4ea129012a5b0d6ec2291dcb41e22a31b /compiler/rustc_codegen_llvm | |
| parent | 7343f748cb38db7f4cdd93f275684a6ef54cdcd9 (diff) | |
| parent | 4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02 (diff) | |
| download | rust-7be6e6d9544ab9f96ab4ce0c25a7315a4d7158db.tar.gz rust-7be6e6d9544ab9f96ab4ce0c25a7315a4d7158db.zip | |
Rollup merge of #107724 - klensy:imports, r=Mark-Simulacrum
remove unused rustc_* imports
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index 9c1bcd431ec..773c0ebbe59 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -30,7 +30,6 @@ rustc_macros = { path = "../rustc_macros" } rustc_metadata = { path = "../rustc_metadata" } rustc_query_system = { path = "../rustc_query_system" } rustc_session = { path = "../rustc_session" } -rustc_serialize = { path = "../rustc_serialize" } rustc_symbol_mangling = { path = "../rustc_symbol_mangling" } rustc_target = { path = "../rustc_target" } smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } |
