fix(error): Module should be public

This commit is contained in:
Vincent Ambo 2017-10-20 17:18:59 +02:00
parent 17e6d52cd6
commit e22ad15329

View file

@ -11,7 +11,7 @@ use std::io::Read;
use std::string::ToString; use std::string::ToString;
use std::ops::Drop; use std::ops::Drop;
mod error; pub mod error;
#[cfg(test)] #[cfg(test)]
mod tests; mod tests;