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

Fix bad merge

This commit is contained in:
Sylvestre Ledru 2022-08-20 12:37:52 +02:00 committed by GitHub
parent 71e51d120a
commit 2130b3ef69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ use uucore::display::Quotable;
use uucore::error::UResult; use uucore::error::UResult;
use uucore::format_usage; use uucore::format_usage;
use uucore::ranges::Range; use uucore::ranges::Range;
use uucore::{format_usage, help_section, help_usage, InvalidEncodingHandling}; use uucore::{help_section, help_usage};
pub mod errors; pub mod errors;
pub mod format; pub mod format;