diff options
author | Teddy Wing | 2020-08-02 06:03:38 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-02 06:03:38 +0200 |
commit | ed26c6671ed9e66543601111f64d02281a78e55f (patch) | |
tree | b7fd93933d1a5fa65d05749924cfab633bc09e7a | |
parent | 71dcb62b5fecc093bb7fe59b871a9a78527a969e (diff) | |
download | git-suggestion-ed26c6671ed9e66543601111f64d02281a78e55f.tar.bz2 |
Config: Remove old line
This was a test, before I worked out the API for this function.
-rw-r--r-- | src/config.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<Self, Error> { pub fn get(args: &[String]) -> Result<Self, Error> { let mut opts = Options::new(); |