diff --git a/src/toolchain/rust.rs b/src/toolchain/rust.rs index cb1c764..0cc9fb0 100644 --- a/src/toolchain/rust.rs +++ b/src/toolchain/rust.rs @@ -1,11 +1,9 @@ //! Xtensa Rust Toolchain source and installation tools -#[cfg(unix)] -use super::espidf::get_dist_path; use crate::{ emoji, host_triple::HostTriple, - toolchain::{download_file, get_home_dir}, + toolchain::{download_file, espidf::get_dist_path, get_home_dir}, }; use anyhow::{bail, Result}; use embuild::cmd;