diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-17 14:48:38 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-02-01 18:59:49 +0100 |
| commit | f882b0797764fb22a445b22748f36f9f904166ae (patch) | |
| tree | 08b13a0589d812482577be777fe91b708e876664 | |
| parent | 154040097d4de3359fef3a8f7641715b3713fa8c (diff) | |
| download | rust-f882b0797764fb22a445b22748f36f9f904166ae.tar.gz rust-f882b0797764fb22a445b22748f36f9f904166ae.zip | |
remove rustc_ast_pretty dep from rustc
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | src/librustc/Cargo.toml | 2 |
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" } |
