mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
cargo fmt
This commit is contained in:
parent
b73d5206f5
commit
73bb60d724
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ use std::os::unix::fs::FileTypeExt;
|
|||
use std::path::Path;
|
||||
use uucore::display::Quotable;
|
||||
use uucore::error::{FromIo, UResult, USimpleError, UUsageError};
|
||||
use uucore::{format_usage, help_about, help_section, help_usage};
|
||||
use uucore::parse_size::{parse_size, ParseSizeError};
|
||||
use uucore::{format_usage, help_about, help_section, help_usage};
|
||||
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
enum TruncateMode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue