1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +00:00

fix cargo clippy complaint (single_component_path_imports)

This commit is contained in:
Roy Ivy III 2020-05-27 00:31:30 -05:00
parent 6c9784cb4b
commit e3fd15e73c
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@
// For the full copyright and license information, please view the LICENSE file
// that was distributed with this source code.
use uucore;
use uucore::encoding::{wrap_print, Data, Format};
use std::fs::File;

View file

@ -7,7 +7,6 @@
// For the full copyright and license information, please view the LICENSE file
// that was distributed with this source code.
use uucore;
use uucore::encoding::{wrap_print, Data, Format};
use std::fs::File;