aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorTeddy Wing2020-08-02 06:03:38 +0200
committerTeddy Wing2020-08-02 06:03:38 +0200
commited26c6671ed9e66543601111f64d02281a78e55f (patch)
treeb7fd93933d1a5fa65d05749924cfab633bc09e7a /src/config.rs
parent71dcb62b5fecc093bb7fe59b871a9a78527a969e (diff)
downloadgit-suggestion-ed26c6671ed9e66543601111f64d02281a78e55f.tar.bz2
Config: Remove old line
This was a test, before I worked out the API for this function.
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
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();