about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--src/librustc/Cargo.toml2
2 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62fbba7a770..ec976b69016 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3093,7 +3093,6 @@ dependencies = [
  "rustc-rayon",
  "rustc-rayon-core",
  "rustc_apfloat",
- "rustc_ast_pretty",
  "rustc_attr",
  "rustc_data_structures",
  "rustc_errors",
diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml
index 7df5185d27c..782c6879ac5 100644
--- a/src/librustc/Cargo.toml
+++ b/src/librustc/Cargo.toml
@@ -21,8 +21,6 @@ rustc-rayon = "0.3.0"
 rustc-rayon-core = "0.3.0"
 polonius-engine = "0.11.0"
 rustc_apfloat = { path = "../librustc_apfloat" }
-# FIXME(Centril): remove this dependency when stuff is moved to rustc_lint.
-rustc_ast_pretty = { path = "../librustc_ast_pretty" }
 rustc_attr = { path = "../librustc_attr" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_hir = { path = "../librustc_hir" }