about summary refs log tree commit diff
path: root/src/librustc_codegen_utils
diff options
context:
space:
mode:
authorShotaro Yamada <sinkuu@sinkuu.xyz>2019-09-19 22:24:06 +0900
committerShotaro Yamada <sinkuu@sinkuu.xyz>2019-09-23 15:25:00 +0900
commit0423c2a7a35ce17b44b4c93c227177fc0fcd7217 (patch)
treecc2f410a6ae95dfd30e5bd1a1fae6c233b68e40b /src/librustc_codegen_utils
parent1dd1884891636d0eb51157d137230076bcf20627 (diff)
downloadrust-0423c2a7a35ce17b44b4c93c227177fc0fcd7217.tar.gz
rust-0423c2a7a35ce17b44b4c93c227177fc0fcd7217.zip
Remove unused dependencies
Diffstat (limited to 'src/librustc_codegen_utils')
-rw-r--r--src/librustc_codegen_utils/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_codegen_utils/Cargo.toml b/src/librustc_codegen_utils/Cargo.toml
index 89b50c5dacc..c8c219d039a 100644
--- a/src/librustc_codegen_utils/Cargo.toml
+++ b/src/librustc_codegen_utils/Cargo.toml
@@ -10,7 +10,6 @@ path = "lib.rs"
 test = false
 
 [dependencies]
-flate2 = "1.0"
 log = "0.4"
 punycode = "0.4.0"
 rustc-demangle = "0.1.16"