aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 0 insertions, 2 deletions
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<C: IntoIterator>(args: C, usage_brief: &str) -> Result<Self, Error>
- // where C::Item: AsRef<OsStr>
pub fn get<S: AsRef<OsStr>>(args: &[S], usage_brief: &str) -> Result<Self, Error> {
let mut opts = Options::new();