From 6e90ed6b8e1b9223194d6b92aa1a24db04d62da2 Mon Sep 17 00:00:00 2001 From: Sebastian Geisler Date: Tue, 9 Jan 2018 23:03:34 +0100 Subject: [PATCH] add hint to solve argument and config parsing --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5b6e66c..6dc8e92 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,7 +80,7 @@ fn main() { ) }); - // TODO: refactor argument and config parsing and merging + // TODO: refactor argument and config parsing and merging (related: kbknapp/clap-rs#748) let build_server = remote.unwrap_or_else(|| { let config_path = project_dir.join(".cargo-remote.toml"); File::open(config_path).ok().and_then(|mut file| {