Skip to content

Commit

Permalink
Remove fmt_macros dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 5, 2018
1 parent 4a9c58c commit b1a8088
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Cargo.lock
Expand Up @@ -2307,7 +2307,6 @@ name = "rustc_typeck"
version = "0.0.0"
dependencies = [
"arena 0.0.0",
"fmt_macros 0.0.0",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc 0.0.0",
"rustc_data_structures 0.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/librustc_typeck/Cargo.toml
Expand Up @@ -13,7 +13,6 @@ test = false
log = "0.4"
syntax = { path = "../libsyntax" }
arena = { path = "../libarena" }
fmt_macros = { path = "../libfmt_macros" }
rustc = { path = "../librustc" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
Expand Down

0 comments on commit b1a8088

Please sign in to comment.