mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-30 22:30:53 +00:00
fix: 🐛 Fix clippy warnings for Windows
This commit is contained in:
parent
bc4e620e56
commit
f2ab6e13cf
@ -1,4 +1,4 @@
|
||||
use anyhow::Result;
|
||||
use anyhow::{bail, Result};
|
||||
use clap::Parser;
|
||||
use embuild::espidf::{parse_esp_idf_git_ref, EspIdfRemote};
|
||||
use espup::{
|
||||
|
@ -1,12 +1,8 @@
|
||||
use crate::emoji;
|
||||
#[cfg(windows)]
|
||||
use crate::targets::Target;
|
||||
use anyhow::{bail, Result};
|
||||
use dirs::home_dir;
|
||||
use flate2::bufread::GzDecoder;
|
||||
use log::info;
|
||||
#[cfg(windows)]
|
||||
use std::collections::HashSet;
|
||||
use std::{
|
||||
fs::{create_dir_all, File},
|
||||
io::{copy, BufReader},
|
||||
|
Loading…
x
Reference in New Issue
Block a user