diff --git a/src/main.rs b/src/main.rs index 9350ecc..d7c22b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,6 @@ use crate::utils::{dump_recipes, output_str, OutputType}; use std::env; use std::io; - fn shell_completions(){ if let Some(shell) = env::args().nth(1) { if shell == "generate-completions" {