aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2021-03-15 13:51:20 +0000
committerLukas Wirth <[email protected]>2021-03-15 14:15:40 +0000
commit2e3c156b0e560c4ef7075955883f30e517bdd075 (patch)
treeaddbab9e48ed58fa34f87d2ea6b432bd96d3d855 /Cargo.lock
parentf2c39d0cdf708d6178740385f58d6b2b657e411a (diff)
Return multiple modules in `parent_module`
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 b1fef2e80..b2d009e38 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -486,6 +486,7 @@ dependencies = [
486 "log", 486 "log",
487 "profile", 487 "profile",
488 "rustc-hash", 488 "rustc-hash",
489 "smallvec",
489 "stdx", 490 "stdx",
490 "syntax", 491 "syntax",
491 "tt", 492 "tt",