mirror of
https://github.com/nushell/nushell.git
synced 2024-12-13 18:52:01 +01:00
6ce5530fc2
# Description Fix `into bits` to have consistent behavior when passed a byte stream. # User-Facing Changes Previously, it was returning a binary on stream, even though its input/output types don't describe this possibility. We don't need this since we have `into binary` anyway. # Tests + Formatting Tests added
2 lines
10 B
Rust
2 lines
10 B
Rust
mod into;
|