mirror of
https://github.com/nushell/nushell.git
synced 2024-11-15 21:14:40 +01:00
Update mod.rs
This commit is contained in:
parent
0cc121876b
commit
b5ec9e0360
@ -2,8 +2,8 @@ mod alias;
|
|||||||
mod def;
|
mod def;
|
||||||
mod do_;
|
mod do_;
|
||||||
mod export_def;
|
mod export_def;
|
||||||
mod hide;
|
|
||||||
mod help;
|
mod help;
|
||||||
|
mod hide;
|
||||||
mod if_;
|
mod if_;
|
||||||
mod let_;
|
mod let_;
|
||||||
mod module;
|
mod module;
|
||||||
@ -13,8 +13,8 @@ pub use alias::Alias;
|
|||||||
pub use def::Def;
|
pub use def::Def;
|
||||||
pub use do_::Do;
|
pub use do_::Do;
|
||||||
pub use export_def::ExportDef;
|
pub use export_def::ExportDef;
|
||||||
pub use hide::Hide;
|
|
||||||
pub use help::Help;
|
pub use help::Help;
|
||||||
|
pub use hide::Hide;
|
||||||
pub use if_::If;
|
pub use if_::If;
|
||||||
pub use let_::Let;
|
pub use let_::Let;
|
||||||
pub use module::Module;
|
pub use module::Module;
|
||||||
|
Loading…
Reference in New Issue
Block a user