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 GitHub
parent b1e6bc84be
commit 31e6fba58c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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