diff --git a/tools/src/release.rs b/tools/src/release.rs index f10820e2..c2113fc9 100644 --- a/tools/src/release.rs +++ b/tools/src/release.rs @@ -1,4 +1,4 @@ -use std::{io::Read, path::Path, process::Command}; +use std::{path::Path, process::Command}; use crate::utils::find_agb_root_directory; @@ -48,22 +48,16 @@ fn execute_git_command(root_directory: &Path, args: &[&str]) -> Result