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

ls: remove redundant import

This commit is contained in:
Sylvestre Ledru 2021-05-02 09:35:00 +02:00
parent 2d0f4daf5b
commit 5e82b195bd

View file

@ -39,8 +39,6 @@ use std::{
time::Duration, time::Duration,
}; };
use chrono;
use term_grid::{Cell, Direction, Filling, Grid, GridOptions}; use term_grid::{Cell, Direction, Filling, Grid, GridOptions};
use unicode_width::UnicodeWidthStr; use unicode_width::UnicodeWidthStr;