mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:25:58 +02:00
Use overlay ID for module import lookup (#4514)
* Add id to import pattern * Finish testing importing in a block
This commit is contained in:
@ -60,6 +60,7 @@ mod str_;
|
||||
mod touch;
|
||||
mod uniq;
|
||||
mod update;
|
||||
mod use_;
|
||||
mod where_;
|
||||
#[cfg(feature = "which")]
|
||||
mod which;
|
||||
|
Reference in New Issue
Block a user