mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
df: add thiserror (#7545)
* refactor: Add thiserror to df * fix: Try fixing tests * refactor(df): Move `df` to `thiserror` * chore(df): Add back comment * chore: Refactor column.rs correctly
This commit is contained in:
parent
dd5517c1ff
commit
3a0b43bdf7
4 changed files with 9 additions and 13 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2672,6 +2672,7 @@ version = "0.0.30"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"tempfile",
|
||||
"thiserror 2.0.12",
|
||||
"unicode-width 0.2.0",
|
||||
"uucore",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue