From 2bde7d21ccdee7f147884de1b070a558d209c743 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sun, 27 Dec 2020 18:41:19 +0100 Subject: [PATCH] Remove unused dependency --- Cargo.lock | 1 - compiler/rustc_ast_pretty/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2ae22b6abd..41664fe7f0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3550,7 +3550,6 @@ version = "0.0.0" dependencies = [ "rustc_ast", "rustc_span", - "rustc_target", "tracing", ] diff --git a/compiler/rustc_ast_pretty/Cargo.toml b/compiler/rustc_ast_pretty/Cargo.toml index f447bc7f4ef..6ea942a2f30 100644 --- a/compiler/rustc_ast_pretty/Cargo.toml +++ b/compiler/rustc_ast_pretty/Cargo.toml @@ -11,4 +11,3 @@ doctest = false tracing = "0.1" rustc_span = { path = "../rustc_span" } rustc_ast = { path = "../rustc_ast" } -rustc_target = { path = "../rustc_target" }