aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-02-09 09:51:06 +0000
committerFlorian Diebold <[email protected]>2019-02-09 10:15:25 +0000
commit12c70871cca736afa44379e59f8573c60b0ccd0a (patch)
tree189d7482e74c54b9ee2f3bb05dc7207c4e424cb0 /Cargo.lock
parentddbf43b630fa8159ab2ea5e959393bff44e0c73b (diff)
Remove SmolStr from project model
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3f0334f95..a76d0b2fe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1057,7 +1057,6 @@ dependencies = [
1057 "ra_db 0.1.0", 1057 "ra_db 0.1.0",
1058 "ra_vfs 0.1.0", 1058 "ra_vfs 0.1.0",
1059 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1059 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1060 "smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1061 "test_utils 0.1.0", 1060 "test_utils 0.1.0",
1062 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", 1061 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1063] 1062]