Skip to content

Commit 1800520

Browse files
committedSep 23, 2017
Remove now unused dependency on flate2 from rustc_driver
1 parent 95fb1d0 commit 1800520

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎src/Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/librustc_driver/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ crate-type = ["dylib"]
1010

1111
[dependencies]
1212
arena = { path = "../libarena" }
13-
flate2 = "0.2"
1413
graphviz = { path = "../libgraphviz" }
1514
log = { version = "0.3", features = ["release_max_level_info"] }
1615
owning_ref = "0.3.3"

0 commit comments

Comments
 (0)
Please sign in to comment.