From 7528c725bbbdee2f9ae6b6fdb162fa58267a9d46 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 24 Jan 2016 00:10:55 +0100 Subject: [PATCH] Additional comment. --- src/bin/client/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/client/main.rs b/src/bin/client/main.rs index 30f320e9d..0194a0a91 100644 --- a/src/bin/client/main.rs +++ b/src/bin/client/main.rs @@ -1,4 +1,5 @@ #![feature(plugin)] +// TODO: uncomment once this can be made to work. //#![plugin(docopt_macros)] extern crate docopt;