about summary refs log tree commit diff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 6cb595a4d68a..a453222780ae 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,7 +11,7 @@ use std::io::Read;
 use std::string::ToString;
 use std::ops::Drop;
 
-mod error;
+pub mod error;
 
 #[cfg(test)]
 mod tests;