diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-15 17:50:20 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-15 17:50:20 +0000 |
commit | d38fd77845c40c6f07507c5c436af903a452efbd (patch) | |
tree | 7921f1e3b8811ae9af2bde20fd73c6ee69f23d2e /Cargo.lock | |
parent | 1f28345b37130659438a8d2427f8879a19a14ae9 (diff) | |
parent | f05fef70638f4f66be6681a87be5a8d24b29b0cf (diff) |
Merge #8028
8028: Return multiple modules in `parent_module` feature r=matklad a=Veykril
Co-authored-by: Lukas Wirth <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
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", |