aboutsummaryrefslogtreecommitdiff
path: root/src/web/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/lib.rs')
-rw-r--r--src/web/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/lib.rs b/src/web/lib.rs
index f28937b9..7d3b4d54 100644
--- a/src/web/lib.rs
+++ b/src/web/lib.rs
@@ -1,6 +1,7 @@
#[macro_use]
extern crate log;
-pub mod error;
+mod error;
+pub use error::Error;
pub mod web_server;