Update src/lib.rs

Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
Hirrolot 2021-03-15 20:26:50 +06:00 committed by Eric S. Londres
parent 1453bc2565
commit 31a739f5b4

View file

@ -55,7 +55,6 @@ pub use dispatching::repls::{
commands_repl, commands_repl_with_listener, dialogues_repl, dialogues_repl_with_listener, repl,
repl_with_listener,
};
pub use teloxide_core::{ApiError, DownloadError, RequestError};
mod logging;