Update mod.rs

This commit is contained in:
JT 2021-10-03 06:16:02 +13:00 committed by GitHub
parent 0cc121876b
commit b5ec9e0360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@ mod alias;
mod def;
mod do_;
mod export_def;
mod hide;
mod help;
mod hide;
mod if_;
mod let_;
mod module;
@ -13,8 +13,8 @@ pub use alias::Alias;
pub use def::Def;
pub use do_::Do;
pub use export_def::ExportDef;
pub use hide::Hide;
pub use help::Help;
pub use hide::Hide;
pub use if_::If;
pub use let_::Let;
pub use module::Module;