'mod errors' + 'pub use errors' (src/lib.rs)

This commit is contained in:
Temirkhan Myrzamadi 2019-09-21 05:39:27 +06:00 committed by GitHub
parent e39ba98368
commit a447c26837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@ extern crate derive_more;
extern crate serde;
mod network;
mod errors;
pub mod bot;
pub mod errors;
pub mod requests;
pub mod types;