forked from extern/nushell
Rename random decimal
to random float
(#10320)
# Description Similar to #9979 # User-Facing Changes `random decimal` will now raise a warning and can be removed in an upcoming release. New command is named `random float` # Tests + Formatting Tests updated and improved.
This commit is contained in:
committed by
GitHub
parent
1fb4f9e455
commit
d53b0a99d0
@ -1,7 +1,7 @@
|
||||
mod bool;
|
||||
mod chars;
|
||||
mod decimal;
|
||||
mod dice;
|
||||
mod float;
|
||||
mod integer;
|
||||
#[cfg(feature = "uuid_crate")]
|
||||
mod uuid;
|
||||
|
Reference in New Issue
Block a user