Remove all pub.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mod error;
|
||||
pub use error::CustomError;
|
||||
pub use error::MyError;
|
||||
pub use error::Res;
|
||||
use error::CustomError;
|
||||
use error::MyError;
|
||||
use error::Res;
|
||||
|
||||
Reference in New Issue
Block a user