about summary refs log tree commit diff
path: root/src/Cargo.lock
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2017-10-19 11:01:31 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2017-10-19 11:01:31 +0200
commit906523efea60f4d58d6ce58bc61589d4ff3d7b4e (patch)
treefc1effcd46f2827dfc809ba2a25bdd16de0943fe /src/Cargo.lock
parentb7960878ba77124505aabe7dc99d0a898354c326 (diff)
downloadrust-906523efea60f4d58d6ce58bc61589d4ff3d7b4e.tar.gz
rust-906523efea60f4d58d6ce58bc61589d4ff3d7b4e.zip
Move collector to rustc_trans_utils
Diffstat (limited to 'src/Cargo.lock')
-rw-r--r--src/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock
index 328ce353e2a..0989c430df0 100644
--- a/src/Cargo.lock
+++ b/src/Cargo.lock
@@ -1787,6 +1787,7 @@ dependencies = [
  "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc 0.0.0",
  "rustc_back 0.0.0",
+ "rustc_data_structures 0.0.0",
  "syntax 0.0.0",
  "syntax_pos 0.0.0",
 ]