Skip to content

Commit b94b89b

Browse files
authored
Rollup merge of rust-lang#51380 - Mark-Simulacrum:remove-fmt-macros, r=oli-obk
Remove dependency on fmt_macros from typeck None
2 parents 6c73943 + b1a8088 commit b94b89b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -2311,7 +2311,6 @@ name = "rustc_typeck"
23112311
version = "0.0.0"
23122312
dependencies = [
23132313
"arena 0.0.0",
2314-
"fmt_macros 0.0.0",
23152314
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
23162315
"rustc 0.0.0",
23172316
"rustc_data_structures 0.0.0",

src/librustc_typeck/Cargo.toml

-1
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)