diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-06-24 23:20:16 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-06-25 01:12:59 -0700 |
| commit | 40cc27849af4d955a1737b05a56dd0fe2dfe5ea7 (patch) | |
| tree | 8d081d7c729c751a08f00538b8aa729b4affb79a | |
| parent | b060ba93b9cf59a386a171e279d494d754981532 (diff) | |
| download | rust-40cc27849af4d955a1737b05a56dd0fe2dfe5ea7.tar.gz rust-40cc27849af4d955a1737b05a56dd0fe2dfe5ea7.zip | |
rustc_infer: Remove unused dependency rustc_ast
Unused since commit 50e1ae15e9f3035b06bae00e1b1dc7a358546d3e
("Use ty::{IntTy,UintTy,FloatTy} in rustc").
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | compiler/rustc_infer/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 26ce1ef6cce..164da18d393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3940,7 +3940,6 @@ dependencies = [ name = "rustc_infer" version = "0.0.0" dependencies = [ - "rustc_ast", "rustc_data_structures", "rustc_errors", "rustc_hir", diff --git a/compiler/rustc_infer/Cargo.toml b/compiler/rustc_infer/Cargo.toml index f669925f1c9..933373150c1 100644 --- a/compiler/rustc_infer/Cargo.toml +++ b/compiler/rustc_infer/Cargo.toml @@ -20,4 +20,3 @@ rustc_serialize = { path = "../rustc_serialize" } rustc_span = { path = "../rustc_span" } rustc_target = { path = "../rustc_target" } smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } -rustc_ast = { path = "../rustc_ast" } |
