We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d57208 commit e88500bCopy full SHA for e88500b
Cargo.lock
@@ -3111,8 +3111,6 @@ dependencies = [
3111
"bitflags",
3112
"byteorder",
3113
"chalk-engine",
3114
- "fmt_macros",
3115
- "graphviz",
3116
"jobserver",
3117
"log",
3118
"measureme",
src/librustc/Cargo.toml
@@ -12,8 +12,6 @@ doctest = false
12
[dependencies]
13
arena = { path = "../libarena" }
14
bitflags = "1.2.1"
15
-fmt_macros = { path = "../libfmt_macros" }
16
-graphviz = { path = "../libgraphviz" }
17
jobserver = "0.1"
18
scoped-tls = "1.0"
19
log = { version = "0.4", features = ["release_max_level_info", "std"] }
0 commit comments