Remove unused code

This commit is contained in:
Xiaoguang Wang 2024-11-30 16:29:49 +08:00
parent d6f88291f3
commit 92a1a1de17

View File

@ -27,7 +27,6 @@ fn main() {
std::env::set_current_dir(CRATE).unwrap();
let target_dir = path("target");
let manifest_path = path("Cargo.toml");
// Debug
cargo()