From 9af8b19859858d6719a55247a45ec0b90d00d0b2 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Sat, 1 Oct 2022 21:00:29 +0100 Subject: [PATCH] Use .output() instead --- tools/src/release.rs | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) 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