1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 04:27:45 +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,
};
use chrono;
use term_grid::{Cell, Direction, Filling, Grid, GridOptions};
use unicode_width::UnicodeWidthStr;