mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 07:10:36 +00:00
fix: 🐛 Fix clippy warnings for Windows
This commit is contained in:
parent
c3dd5a9c3c
commit
0521d97174
@ -1,4 +1,6 @@
|
||||
use anyhow::{bail, Result};
|
||||
#[cfg(windows)]
|
||||
use anyhow::bail;
|
||||
use anyhow::Result;
|
||||
use clap::Parser;
|
||||
use embuild::espidf::{parse_esp_idf_git_ref, EspIdfRemote};
|
||||
use espup::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user