From 08fac16ed5f62df502eed7b89482ed00925833db Mon Sep 17 00:00:00 2001 From: Joshua Lane Date: Thu, 9 Jan 2025 14:21:08 -0800 Subject: [PATCH] doc: remove TODOs --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 63f3389..af84d49 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,7 +109,6 @@ pub struct Args { Specifies the path to the configuration file. ", default_value = "~/.config/jnv/config.toml", - // create an FnOnce to parse the value value_parser = |x: &str| Ok::(shellexpand::tilde(x).into_owned()), )] pub config_file: String,