fix(error): Module should be public
This commit is contained in:
parent
17e6d52cd6
commit
e22ad15329
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue