We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a9c58c commit b1a8088Copy full SHA for b1a8088
src/Cargo.lock
@@ -2307,7 +2307,6 @@ name = "rustc_typeck"
2307
version = "0.0.0"
2308
dependencies = [
2309
"arena 0.0.0",
2310
- "fmt_macros 0.0.0",
2311
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
2312
"rustc 0.0.0",
2313
"rustc_data_structures 0.0.0",
src/librustc_typeck/Cargo.toml
@@ -13,7 +13,6 @@ test = false
13
log = "0.4"
14
syntax = { path = "../libsyntax" }
15
arena = { path = "../libarena" }
16
-fmt_macros = { path = "../libfmt_macros" }
17
rustc = { path = "../librustc" }
18
rustc_data_structures = { path = "../librustc_data_structures" }
19
rustc_platform_intrinsics = { path = "../librustc_platform_intrinsics" }
0 commit comments