summary refs log tree commit diff
path: root/compiler/rustc_interface
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_interface
parent0c13c172507f01d921808107d2c4ec37b43b982d (diff)
downloadrust-4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02.tar.gz
rust-4f5f9f0a13afb4bcaaa67d4a7a944e2c182d5c02.zip
remove unused imports
Diffstat (limited to 'compiler/rustc_interface')
-rw-r--r--compiler/rustc_interface/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml
index 1199ff287c4..955ab3c4680 100644
--- a/compiler/rustc_interface/Cargo.toml
+++ b/compiler/rustc_interface/Cargo.toml
@@ -20,7 +20,6 @@ rustc_macros = { path = "../rustc_macros" }
 rustc_parse = { path = "../rustc_parse" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
-rustc_serialize = { path = "../rustc_serialize" }
 rustc_middle = { path = "../rustc_middle" }
 rustc_ast_lowering = { path = "../rustc_ast_lowering" }
 rustc_ast_passes = { path = "../rustc_ast_passes" }