fix: 🐛 Remove toolchain mod

This commit is contained in:
Sergio Gasquez 2022-09-20 09:41:58 +00:00
parent 8f1f26ba00
commit 7355d2e38f

View File

@ -19,7 +19,6 @@ mod espidf;
mod gcc_toolchain;
mod llvm_toolchain;
mod rust_toolchain;
mod toolchain;
mod utils;
#[cfg(windows)]