remove random decimal (#10342)

followup to
- https://github.com/nushell/nushell/pull/9979

## ⚠️ wait for just before 0.86 ⚠️

# Description
after deprecation comes removal 😏 

# User-Facing Changes
`into decimal` is removed in favor of `into float`

# Tests + Formatting

# After Submitting
This commit is contained in:
Antoine Stevan
2023-10-10 18:57:53 +02:00
committed by GitHub
parent 20ac30b6e2
commit f77fe04425
3 changed files with 0 additions and 139 deletions

View File

@ -369,7 +369,6 @@ pub fn add_shell_command_context(mut engine_state: EngineState) -> EngineState {
Random,
RandomBool,
RandomChars,
RandomDecimal,
RandomDice,
RandomFloat,
RandomInt,