diff --git a/src/config.rs b/src/config.rs index f24c074..ca808f8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -57,6 +57,7 @@ pub fn load(matches: &ArgMatches) -> Config { } }; + // TODO better way to do this #[cfg(windows)] { // Don't try to use unix APIs on windows