diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2017-10-19 11:01:31 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2017-10-19 11:01:31 +0200 |
| commit | 906523efea60f4d58d6ce58bc61589d4ff3d7b4e (patch) | |
| tree | fc1effcd46f2827dfc809ba2a25bdd16de0943fe /src/Cargo.lock | |
| parent | b7960878ba77124505aabe7dc99d0a898354c326 (diff) | |
| download | rust-906523efea60f4d58d6ce58bc61589d4ff3d7b4e.tar.gz rust-906523efea60f4d58d6ce58bc61589d4ff3d7b4e.zip | |
Move collector to rustc_trans_utils
Diffstat (limited to 'src/Cargo.lock')
| -rw-r--r-- | src/Cargo.lock | 1 |
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", ] |
