aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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();