mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
'mod errors' + 'pub use errors' (src/lib.rs)
This commit is contained in:
parent
e39ba98368
commit
a447c26837
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue