mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 07:41:30 +02:00
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:
committed by
GitHub
parent
7f346dbf4c
commit
9160f36ea5
@@ -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,
|
||||
|
Reference in New Issue
Block a user