From 72e776d9a3668a81a9502e9560c06a2e500a37c8 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 22 Jul 2020 09:03:09 +0800 Subject: update to colored 2.0 --- src/aggregate.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/aggregate.rs') diff --git a/src/aggregate.rs b/src/aggregate.rs index 8d16047..044f8e0 100644 --- a/src/aggregate.rs +++ b/src/aggregate.rs @@ -2,8 +2,7 @@ use crate::{crossdev, InodeFilter, WalkOptions, WalkResult}; use anyhow::Result; use colored::{Color, Colorize}; use filesize::PathExt; -use std::borrow::Cow; -use std::{io, path::Path}; +use std::{borrow::Cow, io, path::Path}; /// Aggregate the given `paths` and write information about them to `out` in a human-readable format. /// If `compute_total` is set, it will write an additional line with the total size across all given `paths`. -- cgit v1.2.3