mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 11:54:02 +01:00
c87fa14fc8
Result of running: find src -name *.rs -exec sed -i 's/crate /pub(crate) /g' {} \;
4 lines
55 B
Rust
4 lines
55 B
Rust
pub(crate) mod host;
|
|
|
|
pub(crate) use self::host::Host;
|