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
4bae3e0cd9
commit
aead80efdb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use count_fast::{count_bytes_chars_and_lines_fast, count_bytes_fast};
|
|||
use countable::WordCountable;
|
||||
use unicode_width::UnicodeWidthChar;
|
||||
use utf8::{BufReadDecoder, BufReadDecoderError};
|
||||
use uucore::{format_usage, show, help_about, help_usage};
|
||||
use uucore::{format_usage, help_about, help_usage, show};
|
||||
use word_count::{TitledWordCount, WordCount};
|
||||
|
||||
use clap::{crate_version, Arg, ArgAction, ArgMatches, Command};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue