From 02029b9b2691a02e4729988051473cedbec9980f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 19 Oct 2015 18:09:51 +0200 Subject: [PATCH] Export cli::Config here --- src/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime.rs b/src/runtime.rs index 23ddb619..fd62f395 100644 --- a/src/runtime.rs +++ b/src/runtime.rs @@ -1,4 +1,4 @@ -use cli::Config; +pub use cli::Config; use std::io::stderr; use std::io::Write;