nushell/crates/nu-command/tests/commands/random/mod.rs
sholderbach 00c845185d Weird feature "uuid_crate"
Seem to be some package renaming at the time the test was added, have to
blame regarding the feature
2024-07-31 18:48:14 +02:00

7 lines
61 B
Rust

mod bool;
mod chars;
mod dice;
mod float;
mod int;
mod uuid;