cargo : warning: unused import: `debug` No linha:1 caractere:1 + cargo build --package botserver 2> C:\Users\thipa\generalbots\gb\buil ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (warning: u nused import: `debug`:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError --> botserver\src\core\bootstrap\bootstrap_utils.rs:2:11 | 2 | use log::{debug, info, warn}; | ^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `std::process::Command` --> botserver\src\core\bootstrap\bootstrap_manager.rs:8:5 | 8 | use std::process::Command; | ^^^^^^^^^^^^^^^^^^^^^ warning: `botserver` (bin "botserver") generated 2 warnings (run `cargo fix --bin "botserver" -p botserver` to apply 2 suggestions) Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s