about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2020-02-07 09:06:08 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2020-02-16 12:03:30 +0100
commite88500b5e18bbbad2323944d3c23f8a4465eb147 (patch)
tree66fe0c74cb1aa0c2df7d24e4de403439a6820d1b /src
parent5d5720835329230c60cb7b4f56e2a9b234dae6cf (diff)
downloadrust-e88500b5e18bbbad2323944d3c23f8a4465eb147.tar.gz
rust-e88500b5e18bbbad2323944d3c23f8a4465eb147.zip
Prune rustc dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/librustc/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/Cargo.toml b/src/librustc/Cargo.toml
index 782c6879ac5..af2be30cc0a 100644
--- a/src/librustc/Cargo.toml
+++ b/src/librustc/Cargo.toml
@@ -12,8 +12,6 @@ doctest = false
 [dependencies]
 arena = { path = "../libarena" }
 bitflags = "1.2.1"
-fmt_macros = { path = "../libfmt_macros" }
-graphviz = { path = "../libgraphviz" }
 jobserver = "0.1"
 scoped-tls = "1.0"
 log = { version = "0.4", features = ["release_max_level_info", "std"] }