From ed26c6671ed9e66543601111f64d02281a78e55f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 2 Aug 2020 06:03:38 +0200 Subject: Config: Remove old line This was a test, before I worked out the API for this function. --- src/config.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 222c69a..57a4477 100644 --- a/src/config.rs +++ b/src/config.rs @@ -35,7 +35,6 @@ pub struct Config { } impl Config { - // fn from_args(args: &env::Args) -> Result { pub fn get(args: &[String]) -> Result { let mut opts = Options::new(); -- cgit v1.2.3