aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlexandru Macovei <[email protected]>2021-04-01 12:01:59 +0100
committerAlexandru Macovei <[email protected]>2021-04-06 14:03:57 +0100
commit4e2a6ac7eae3ff193962421cc3c86e5d8f9a7e31 (patch)
treeeb0b8b0979b80553c3b9e285228f770e2a023244 /Cargo.lock
parent32304d14a1a5e316615028ffd7bcfcff682fbe56 (diff)
Avoid duplicating VfsPath in vfs::path_interner::PathInterner by using an IndexSet
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 e40c12a92..ca0311595 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1867,6 +1867,7 @@ name = "vfs"
1867version = "0.0.0" 1867version = "0.0.0"
1868dependencies = [ 1868dependencies = [
1869 "fst", 1869 "fst",
1870 "indexmap",
1870 "paths", 1871 "paths",
1871 "rustc-hash", 1872 "rustc-hash",
1872] 1873]