mirror of
https://github.com/nushell/nushell.git
synced 2025-07-15 05:45:10 +02:00
# 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