mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
fix clippy warnings
This commit is contained in:
parent
ba84946dea
commit
196fea76dc
@ -2,7 +2,7 @@ use anyhow::Result;
|
||||
use chrono::{DateTime, Datelike, Duration, Local, Timelike};
|
||||
use clap::Parser;
|
||||
use derivative::Derivative;
|
||||
use prettytable::{cell, format, row, Table};
|
||||
use prettytable::{format, row, Table};
|
||||
|
||||
use super::{progress_counter, prune};
|
||||
use crate::backend::{Cache, DecryptFullBackend, FileType};
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
use anyhow::Result;
|
||||
use clap::Parser;
|
||||
use futures::TryStreamExt;
|
||||
use prettytable::{cell, format, row, Table};
|
||||
use prettytable::{format, row, Table};
|
||||
use vlog::*;
|
||||
|
||||
use super::{bytes, progress_counter};
|
||||
|
||||
@ -3,7 +3,7 @@ use std::time::Duration;
|
||||
use anyhow::Result;
|
||||
use clap::Parser;
|
||||
use humantime::format_duration;
|
||||
use prettytable::{cell, format, row, Table};
|
||||
use prettytable::{format, row, Table};
|
||||
|
||||
use super::bytes;
|
||||
use crate::backend::DecryptReadBackend;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user