mirror of
https://github.com/nushell/nushell.git
synced 2025-08-26 00:15:28 +02:00
Fix internal module reexports (#9378)
# Description `cargo +stable check` was complaining about ambiguous wildcard reexports. Fixed by making the reexport of modules not pub as only the explicitly named symbols are actually needed in the current state. # User-Facing Changes None
This commit is contained in:
committed by
GitHub
parent
6fa05c12ff
commit
20b697f722
@@ -1,4 +1,4 @@
|
||||
pub mod command;
|
||||
mod command;
|
||||
mod filesize;
|
||||
|
||||
pub use self::filesize::FileSize;
|
||||
|
Reference in New Issue
Block a user