aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-12-12 13:09:13 +0000
committerAleksey Kladov <[email protected]>2019-12-12 13:25:34 +0000
commit7b0644d81e52d00a7a6795b187f356213ff68225 (patch)
tree88da767605960bb672934c091489d3aad826f17a /Cargo.lock
parentb0739d5a26684527129882b7d182d01e635525bc (diff)
Switch to the new location for impls
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 13bbbb74c..af874945c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1123,6 +1123,7 @@ dependencies = [
1123 "rowan 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1123 "rowan 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
1124 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1124 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1125 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", 1125 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", 1127 "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1127 "test_utils 0.1.0", 1128 "test_utils 0.1.0",
1128 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", 1129 "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",