diff --git a/src/utils.rs b/src/utils.rs index ccc467e..0c30a3f 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,3 +1,5 @@ +#![allow(dead_code)] + use which::which; pub fn prompt_for_input(prompt: &str) -> String {