1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

numfmt: remove unused function

This commit is contained in:
sbentmar 2022-01-15 22:35:38 +01:00
parent 1287ce3780
commit 635c2d0c31

View file

@ -296,21 +296,6 @@ mod tests {
}
}
fn get_invalid_options() -> NumfmtOptions {
NumfmtOptions {
transform: TransformOptions {
from: Unit::Auto,
to: Unit::Auto,
},
padding: 10,
header: 0,
fields: vec![Range { low: 0, high: 1 }],
delimiter: None,
round: RoundMethod::Nearest,
suffix: None,
}
}
#[test]
fn broken_buffer_returns_io_error() {
let mock_buffer = MockBuffer {};