mirror of
https://github.com/nushell/nushell
synced 2025-01-15 14:44:14 +00:00
7 lines
102 B
Rust
7 lines
102 B
Rust
|
mod example_test;
|
||
|
pub mod extra;
|
||
|
pub use extra::*;
|
||
|
|
||
|
#[cfg(test)]
|
||
|
pub use example_test::test_examples;
|