mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Apply lints
This commit is contained in:
parent
4066b8511c
commit
f77804fcb5
3 changed files with 15 additions and 35 deletions
|
|
@ -20,7 +20,6 @@ use std::collections::{BTreeMap, HashMap};
|
|||
use std::io::Write;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::{Command, Stdio};
|
||||
use std::str::FromStr;
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
use std::{env, fs};
|
||||
|
|
@ -731,7 +730,7 @@ impl Downloader {
|
|||
output_presets.remove(i - remove_count);
|
||||
remove_count += 1;
|
||||
}
|
||||
last = s.clone();
|
||||
last.clone_from(s);
|
||||
}
|
||||
|
||||
output_presets.extend([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue