]> git.lizzy.rs Git - rust.git/commitdiff
rustc_infer: Remove unused dependency rustc_ast
authorJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 06:20:16 +0000 (23:20 -0700)
committerJosh Triplett <josh@joshtriplett.org>
Fri, 25 Jun 2021 08:12:59 +0000 (01:12 -0700)
Unused since commit 50e1ae15e9f3035b06bae00e1b1dc7a358546d3e
("Use ty::{IntTy,UintTy,FloatTy} in rustc").

Cargo.lock
compiler/rustc_infer/Cargo.toml

index 26ce1ef6cce171e6ac61b60d85a03798bf155880..164da18d39379eb136f73ffbae8609c515c73437 100644 (file)
@@ -3940,7 +3940,6 @@ dependencies = [
 name = "rustc_infer"
 version = "0.0.0"
 dependencies = [
- "rustc_ast",
  "rustc_data_structures",
  "rustc_errors",
  "rustc_hir",
index f669925f1c97e837fa41a20e5f1e750a8d2cc300..933373150c1b7991146e50f84e74e5255530aa5b 100644 (file)
@@ -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" }