Remove into bits after deprecation (#15039)

# Description
Follow up to https://github.com/nushell/nushell/pull/14634
# User-Facing Changes
`into bits` will be gone for good.

Use it under the new name `format bits`

## Note

Can be removed ahead of the `0.103.0` release as it was deprecated with
`0.102.0`
This commit is contained in:
Stefan Holderbach
2025-03-12 22:01:14 +01:00
committed by GitHub
parent 7f346dbf4c
commit 9160f36ea5
5 changed files with 3 additions and 130 deletions

View File

@@ -111,8 +111,7 @@ impl Command for FormatBits {
}
}
// TODO: crate public only during deprecation
pub(crate) fn format_bits(
fn format_bits(
engine_state: &EngineState,
stack: &mut Stack,
call: &Call,