summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 78c3e179..781fd644 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -1,5 +1,4 @@
use std::collections::{HashMap, HashSet};
-#[cfg(test)]
use std::ffi::OsString;
use std::path::PathBuf;
@@ -641,7 +640,6 @@ impl Opt {
Self::from_clap_and_git_config(Self::clap().get_matches(), git_config, assets)
}
- #[cfg(test)]
pub fn from_iter_and_git_config<I>(iter: I, git_config: &mut Option<GitConfig>) -> Self
where
I: IntoIterator,