Use overlay ID for module import lookup (#4514)

* Add id to import pattern

* Finish testing importing in a block
This commit is contained in:
Jakub Žádník
2022-02-18 03:58:24 +02:00
committed by GitHub
parent c7c427723b
commit bccce0ab46
6 changed files with 53 additions and 12 deletions

View File

@ -60,6 +60,7 @@ mod str_;
mod touch;
mod uniq;
mod update;
mod use_;
mod where_;
#[cfg(feature = "which")]
mod which;