mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
numfmt: remove unused function
This commit is contained in:
parent
1287ce3780
commit
635c2d0c31
1 changed files with 0 additions and 15 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue