From 905594dc8393f97c1a960d639af46175b3e6b76f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Aug 2020 01:20:33 +0200 Subject: diff_options: Clean up code Remove old process code and comments. --- src/config.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 77793c4..c76abf3 100644 --- a/src/config.rs +++ b/src/config.rs @@ -58,8 +58,6 @@ pub struct Config { impl Config { /// Set up command line arguments. Extract configuration values from command /// line arguments, Git config, and environment variables. - // pub fn get(args: C, usage_brief: &str) -> Result - // where C::Item: AsRef pub fn get>(args: &[S], usage_brief: &str) -> Result { let mut opts = Options::new(); -- cgit v1.2.3