Skip to content

Commit b1a8088

Browse files
Remove fmt_macros dependency
1 parent 4a9c58c commit b1a8088

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,6 @@ name = "rustc_typeck"
23072307
version = "0.0.0"
23082308
dependencies = [
23092309
"arena 0.0.0",
2310-
"fmt_macros 0.0.0",
23112310
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
23122311
"rustc 0.0.0",
23132312
"rustc_data_structures 0.0.0",

src/librustc_typeck/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ test = false
1313
log = "0.4"
1414
syntax = { path = "../libsyntax" }
1515
arena = { path = "../libarena" }
16-
fmt_macros = { path = "../libfmt_macros" }
1716
rustc = { path = "../librustc" }
1817
rustc_data_structures = { path = "../librustc_data_structures" }
1918
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }

0 commit comments

Comments
 (0)