summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-02-06 16:26:31 +0300
committerklensy <klensy@users.noreply.github.com>2023-02-06 17:40:18 +0300
commit4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02 (patch)
treecb740ff864dcfd506f48c9dde2c13ffd13ad8658 /compiler/rustc_codegen_llvm
parent0c13c172507f01d921808107d2c4ec37b43b982d (diff)
downloadrust-4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02.tar.gz
rust-4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02.zip
remove unused imports
Diffstat (limited to 'compiler/rustc_codegen_llvm')
-rw-r--r--compiler/rustc_codegen_llvm/Cargo.toml1
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"] }